Hello,

I am working on java and I just started work on gce.
I simply started project and deploy it on gce.
but when i added appengine-web.xml it throw me an error
 
Unable to stage:
java.lang.IllegalArgumentException: Class file is Java 8 but max supported 
is Java 7.


appengine-web.xml
<?xml version="1.0" encoding="utf-8"?>

<!-- [START config] -->
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>
  <application>yugma-146007</application>
  <!--<version>YOUR-VERSION-ID</version> -->
  <threadsafe>true</threadsafe>
  <use-google-connector-j>true</use-google-connector-j>
  <!-- <system-properties>
    <property name="ae-cloudsql.cloudsql-database-url" 
value="jdbc:google:mysql://[INSTANCE_CONNECTION_NAME]/DATABASE-NAME?user=USERNAME&amp;password=PASSWORD"
 
/>
    <property name="ae-cloudsql.local-database-url" 
value="jdbc:mysql://localhost/DATABASE-NAME?user=USERNAME&amp;PASSWORD=password&amp;useSSL=false"
 
/>
  </system-properties> -->
</appengine-web-app>
<!-- [END config] -->



 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1d9580e2-4c77-442b-a729-f898c66f6477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to