App Engine - version problems

Asked

Viewed 47 times

0

I’m trying to run a patch with the Google App Engine.

But I get the following mistake:

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

The versions:

Java: Jre7

Appengine: 1.9.34

Does anyone know how I can solve this problem?

1 answer

1

If you are using Eclipse you need to go to Project / Properties / Project Facets and change the Java version to 1.6 or 1.7 and then go to Project / Properties / Java Compiler and change the compiler version to 1.6 or 1.7. You should probably be using version 1.8 of Java. After the changes go to Project / Clean...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.