-
The project cannot be built until build path errors are resolved삽질 2020. 11. 24. 21:39반응형
The project cannot be built until build path errors are resolved.
Spring boot 프로젝트를 빌드할 때 위와 같은 오류가 발생했다.
대충 번역하면 '프로젝트를 build path 오류가 해결될 때 까지는 빌드할 수 없다' 라는 뜻이다.
이렇게 아무것도 하지 않았는데 처음 빌드하자마자 오류가 발생하는 경우는 초기 설정이 잘못되어있는 경우이다.
오류가 발생한 프로젝트를 우클릭하여 Build Path -> Configure Build Path... 로 들어간다.
라이브러리들을 확인해 보면 오류가 난 부분을 찾을 수 있다.
오류가 난 부분을 클릭하여 Edit를 눌러 확인했더니, jre의 버전이 설치되지 않은 버전으로 선택되어 있었다.
설치되어 있는 1.8버전으로 변경하였다.
오류가 사라진 모습이다.
+ 프로젝트 우클릭 -> Maven -> Update Project -> OK 로도 해결 되는 경우도 있다고 한다.
참고 :
The project cannot be built until the build path errors are resolved.
While compiling an android project in eclipse 3.4.2, I am getting The project cannot be built until the build path errors are resolved. I got a temporary solution from the blog http://www.
stackoverflow.com
반응형'삽질' 카테고리의 다른 글
Eclipse 소스 변경 반영 안될 때 (0) 2022.04.01 Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment. (0) 2020.12.03 connect ECONNREFUSED ~ at TCPConnectWrap.afterConnect (0) 2020.11.06 Error: spawn cmd.exe ENOENT (0) 2020.11.06 이 시스템에서 스크립트를 실행할 수 없으므로 ~\npm\yarn.ps1 파일을 로드할 수 없습니다. (0) 2020.11.06