I just installed Eclipse 3.7 and Google Plugin for Eclipse because I want to teach myself how to use the Google App Engine.
When I create a new web application and run, I received an error message, noting that annotations are not allowed in my version of JRE (1.4). Therefore, I set my JRE to 1.6 and my compiler compliance level to 1.6.
However, now I get this new error.
Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet. Myprojectname Unknown Faceted Project Problem (Java Version Mismatch)
How do I change the "version of the installed grant for a Java project"?
In the left part of the project properties menu there is no element called "Project Schedule".
java eclipse google-app-engine
dangerChihuahua007 Jun 21 '12 at 1:10 2012-06-21 01:10
source share