App Engine - issues with version

0

I'm trying to run a podcast with Google App Engine.

But I get the following error:

  

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?

    
asked by anonymous 19.04.2016 / 03:45

1 answer

1

If you are using Eclipse you will need to go into Project / Properties / Project Facets and change the Java version to 1.6 or 1.7 and then go into 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 ...

    
18.06.2016 / 23:44