vote up 0 vote down star

I've installed the Google Plugin for Eclipse 3.4 and it seems to work fine.

But when I start a new Web Application Project, it wants me to configure the Google App Engine SDK. I click on Add App Engine SDK, but it doesn't recognize my (valid) GAE SDK. It comes back with "Failed to initialize App Engine SDK at %path", no matter what path I give it.

flag

4 Answers

vote up 1 vote down check

Are you trying to use the Java or Python SDKs, and are you sure you downloaded the right one?

If Python, remember that the Google Eclipse plugin is currently Java-only.

link|flag
vote up 0 vote down

I am experiencing the same issue. I have checked my environment variable also and a path to the SDK directory is present (C:\Program Files\Google\google_appengine).

link|flag
vote up 1 vote down

Have you checked your "path" environment variable to include

;C:\Program Files\Google\google_appengine\

link|flag
Yeah, I thought that too, but it's in my path. – David Broderick Jun 22 at 19:33
vote up 1 vote down

Does your SDK run if you start dev_appserver from the command line? I had a similar problem once and it was because the script wanted to ask me about automatically checking for updates - once I'd answered the question and exited the appserver I was then able to add it to Eclipse.

link|flag
The SDK works from the command line. – David Broderick Jun 22 at 19:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.