본문 바로가기

JAVA

[JAVA/Eclipse] Java compiler level does not match the version of the installed Java project facet. 오류 해결법

[오류 메시지]

Description	Resource	Path	Location	Type
Java compiler level does not match the version of the installed Java project facet.	crudBoard		Unknown	Faceted Project Problem (Java Version Mismatch)

버전이 서로 안맞아서 생기는 오류

 

[해결 방법]

오류나는 프로젝트 우클릭 - [Properties]-[Maven]-[Project Facets]

여기서 Java를 본인이 사용하는 버전이랑 맞추어주자`ㅅ'