Hello,
I changed the compiler compliance level and now get an error:
Java compiler level does not match the version of the installed Java project facet.
I googled a bit and found the advice to change the Java version:
The Java Facet version is accessed by:
– Right mouse click on Project
– Select Properties->Project Facets
– You can click on the ‘Java’ version column
But there is no such menu in MyEclipse 9. There is no reference to facets anywhere in Myeclipse. This is not completely true, because the Quick fix for that problem proposes to “Change Java project facet version to Java 1.5”. That is good, but there ought to be a menu to do the same function.
So does anybody know where to get to the Project Facet menu? In MyEclipse?