Eclipse Luna 버전에 JSDT jQuery 1.8.0 설치 시 에러
Problem Occured
Unable to read repository at https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
해결방법
Solution 1)
Help > Install New Software.. > http://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
Solution 2)
I had the same problem and neither helped. But your Eclipse simply can't reach a site because java 7 by default makes Eclpse to reach it throught the protocol IP6, that is not really supported by Eclipse, at least in versions till 4.3.
Go to cmd, use
setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
restart eclipse and it will work.