Eclipse new Web Application Project, can't find my GAE SDK - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T21:07:38Z http://stackoverflow.com/feeds/question/996141 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/996141/eclipse-new-web-application-project-cant-find-my-gae-sdk 0 Eclipse new Web Application Project, can't find my GAE SDK David Broderick 2009-06-15T13:33:46Z 2009-10-31T01:36:34Z <p>I've installed the Google Plugin for Eclipse 3.4 and it seems to work fine.</p> <p>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.</p> http://stackoverflow.com/questions/996141/eclipse-new-web-application-project-cant-find-my-gae-sdk/1000857#1000857 1 Answer by robertc for Eclipse new Web Application Project, can't find my GAE SDK robertc 2009-06-16T11:20:22Z 2009-06-16T11:20:22Z <p>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.</p> http://stackoverflow.com/questions/996141/eclipse-new-web-application-project-cant-find-my-gae-sdk/1004966#1004966 1 Answer by Jason Rikard for Eclipse new Web Application Project, can't find my GAE SDK Jason Rikard 2009-06-17T03:28:45Z 2009-06-17T03:28:45Z <p>Have you checked your "path" environment variable to include </p> <p>;C:\Program Files\Google\google_appengine\</p> http://stackoverflow.com/questions/996141/eclipse-new-web-application-project-cant-find-my-gae-sdk/1053417#1053417 1 Answer by Dan for Eclipse new Web Application Project, can't find my GAE SDK Dan 2009-06-27T19:04:55Z 2009-06-27T19:04:55Z <p>Are you trying to use the Java or Python SDKs, and are you sure you downloaded the right one?</p> <p>If Python, remember that the Google Eclipse plugin is currently Java-only.</p> http://stackoverflow.com/questions/996141/eclipse-new-web-application-project-cant-find-my-gae-sdk/1653118#1653118 0 Answer by BlueSky for Eclipse new Web Application Project, can't find my GAE SDK BlueSky 2009-10-31T01:36:34Z 2009-10-31T01:36:34Z <p>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).</p>