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 로 작성하여 해결
반응형
'DEV > BugReport' 카테고리의 다른 글
[MSSQL] 열 이름 '컬럼명'이(가) 불확실합니다. 오류 (2) | 2023.01.12 |
---|---|
[JavaScript] replace is not a function 오류 (2) | 2023.01.04 |
[Git] Unlink of file [파일 경로] failed. Should I try again? (y/n) (2) | 2022.10.28 |
[Git] git add * 시 경고문 발생(The following paths are ignored by one of your) (2) | 2022.04.25 |
[Git] error: Cannot delete branch 브랜치 삭제 안됨 (2) | 2022.03.24 |
댓글