I have this Error in eclipse for my prject :
java compiler level does not match the version of the installed java project facet
I was using JDK 1.6.0 as a JRE System Library. The solution was to right clic on the project -> Properties and to fix the Project Facet according to the Java version you are using, here it is 1.6 instead of 1.5 which I have found.
The error is then fixed :) .
java compiler level does not match the version of the installed java project facet
I was using JDK 1.6.0 as a JRE System Library. The solution was to right clic on the project -> Properties and to fix the Project Facet according to the Java version you are using, here it is 1.6 instead of 1.5 which I have found.
The error is then fixed :) .
This comment has been removed by a blog administrator.
ReplyDelete