DEV/BugReport
[Eclipse] PropertiesEditor Unable to read repository 오류
무사뎀벨레
2022. 3. 17. 11:06
1. 오류 발생 상황
이클립스에서 properties editor를 수동 설치하는 과정에서 발생
보통은 위 이미지와 같이 http://propedit.sourceforge.jp/eclipse/updates 입력을 한다면,
다운로드할 플러그인을 불러오지만, 아래의 오류 문구와 함께 불러오지 못하는 경우가 있었다.
1. 이클립스 상단의 Help -> Install New Software ... -> Add 버튼 클릭
2. Name : properties editor / Location : http://propedit.sourceforge.jp/eclipse/updates 입력 후 Add 버튼 클릭 후, 아래와 같은 에러 발생
Unable to read repository at
http://propedit.sourceforge.jp/eclipse/updates/content.xml.
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
2. 해결 방법
Help -> Install New Software ... -> Add 에서
Location 을 http://propedit.sourceforge.jp/eclipse/updates 가 아닌
http://osdn.net/projects/propedit/storage/eclipse/updates 로 작성하여 해결
반응형