카테고리 없음

[자바/java] Java compiler level does not match the version of the installed Java project facet 에러 해결하기

냠냠:) 2020. 8. 28. 17:23

위와 같이  Java compiler level does not match the version of the installed Java project facet 오류가 뜨는 것은 컴파일러의 레벨과 Eclipse에 설정된 버전이 맞지 않아서 생기는 문제다.

 

[해결방법]

 

1. 자신이 컴파일하는 java파일을 포함하는 프로젝트 우클릭

2. properties 클릭

3. Project Facets 클릭

4. Java version 맞춰주기

 

반응형