아무거나

[eclipse] Java compiler level does not match the version ... 본문

IT/개발관련툴

[eclipse] Java compiler level does not match the version ...

전봉근 2019. 12. 26. 01:39
반응형

이클립스 에러메시지Description Resource Path Location Type
Java compiler level does not match the version of the installed Java project facet. ngnedu  Unknown Faceted Project Problem (Java Version Mismatch)

해결

1. 프로젝트선택 마우스오른쪽 클릭 ->properties 선택 -> project facets 선택 -> java 버전 설정

2. 프로젝트선택 마우스오른쪽 클릭 ->properties 선택 -> java compiler 선택 -> jdk compile 버전 레벨 선택​ 

 

already exist 오류

some projects cannot be imported because they already exist in the workspace

마우스 오른쪽 클릭 -> import -> Existing Projects into Workspace -> select root directory(browse..) 에서 지정하고 finish

-> .project 내용에 name을 변경해준다거나 .project파일이 있는지 확인하자​ 

 

ERROR : Java compiler level does not match the version of the installed Java project facet

설치된 자바 버전과 프로젝트의 컴파일러 버전이 맞지 않을때 나는 에러입니다.

프로젝트에 마우스 오른쪽 > Properties > Project Facets

자바버전을 설치된 것과 같은 것으로 맞춰주면 해결​ 

반응형
Comments