Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse new Web Application Project, can't find my GAE SDK

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.

like image 560
David Broderick Avatar asked Dec 17 '22 07:12

David Broderick


1 Answers

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.

like image 127
Dan Avatar answered Jan 29 '23 16:01

Dan