I'm using the the "Google Plugin for Eclipse", and installed both the "Web Toolkit SDK" and the "App Engine Java SDK" with it. Weirdly, the App Engine SDK can't be initialized while the Web Toolkit SDK works fine. Trying to point Eclipse to the root GAE SDK directory will cause the "Failed to initialize App Engine SDK at [path]" error. Downloading the GAE SDK separately will yield the same result.
I'm guessing the error is caused by a version problem? Here is the setup:
- Eclipse 3.7 Indigo
- Google Plugin for Eclipse 3.7
- appengine-java-sdk-1.6.4 , appengine-java-sdk-1.6.5 (manual download)
- Java JVM 1.6
- Mac OSX 10.5, 32bit
Thanks!