Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AppEngine SDK 1.8.5 and Eclipse Juno not working

I've installed the Eclipse plug-in for both GWT and Appengine on 3 different machines, all with Juno (4.2). In each case, I get the following error:

"The selected App Engine SDK is not valid: Failed to initialize App Engine SDK at (path)."

Reinstalling the SDK does not make any difference. Here is more info. about the different configurations I've tried:

Ubuntu 12.0.4, Java 7, Eclipse 4.2 Mac OSX 10.8.5, Java 7, Eclipse 4.2-32 bit Mac OSX 10.8.5, Java 7, Eclipse 4.2-64 bit Mac OSX 10.6.8, Java 6, Eclipse 4.2-64 bit

Any suggestions for what may be going wrong and configs I could try? Thanks!

like image 372
user2844036 Avatar asked Oct 03 '13 19:10

user2844036


2 Answers

I was getting the error "Failed to initialize App Engine SDK at '..path'" in Eclipse 4.3(Kepler) with Google App Engine SDK 1.8.5 and Java SDK 1.7.0_01

When I updated the Java SDK to 1.7.0_41 (latest one) this error disappeared.

Great relief!!

like image 69
Nicky Jaidev Avatar answered Oct 14 '22 03:10

Nicky Jaidev


I can confirm that using win7/sun jdk1.6.0_45/eclipse 4.2/gae sdk 1.8.4 the error occurred when updating to 1.8.5+ and that updating the jre that eclipse runs in to sun 1.7.0_45 solved the issue.

I can now add gae SDKs above 1.8.4.

I'm not sure why we could'nt have an error modal in eclipse to that effect.

like image 27
user1796018 Avatar answered Oct 14 '22 02:10

user1796018