I am using IntelliJ and following this tutorial to Deploy an example hello world App. When following the steps to deploy the app I get the following error:
java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7 org/eclipse/jetty/apache/jsp/JuliLog.class in /Users/appengine-java-sdk-1.9.50/jetty93/jetty-distribution/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.3.16.v20170120-nolog.jar
Unable to update app: Class file is Java 8 but max supported is Java 7: org/eclipse/jetty/apache/jsp/JuliLog.class in /Users/appengine-java-sdk-1.9.50/jetty93/jetty-distribution/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.3.16.v20170120-nolog.jar
I am using java version 1.7.0_71 in the project structure.
My compiler settings are set to generate 1.7 compatible bytecode:
Anyone have any ideas as to how this can be fixed?
EDIT Fixed the web.xml version was the problem see here