Question

I'm new to Eclipse and App engine, following google getting started tutorial here i've installed eclipse kepler (4.3) and the according google app engine sdk (https://dl.google.com/eclipse/plugin/4.3)

enter image description here enter image description here

when trying to create a new web application project i get the error: failed to initialized app engine

I've read relevant post and could not find something that worked for me.

Was it helpful?

Solution

I've the same problem but no way to solve. Via plugin or manually installed it returns same error: Failed to initialized App Engine SDK! Have you tried with Java SDK 1.7?

The solution is: You have to downgrade to appengine-java-sdk-1.8.4.

OTHER TIPS

I had the same issue. Upgraded to the Java SDK 1.7 and the error message went away.

I had the same issue. Upgrading to JDK7 was not enough for me. I had to switch from Eclipse Kepler 32bits to a 64bits version. Now it works with GAE SDK 1.8.6.

The JDK7 requirement is actually mentioned in the appengine page here :

Warning: The App Engine SDK no longer supports Java 6. Applications that use Java 6 need to be migrated to Java 7. Existing applications that use the Java 6 runtime are still supported, but this support will be removed in a future release.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top