2
votes

Earlier today, I installed the google app engine on eclipse 4.2, following the instructions here:

https://developers.google.com/appengine/docs/java/tools/eclipse

I am now trying to install it on a different machine. However, when I follow step 2, i.e. insert https://dl.google.com/eclipse/plugin/4.2 into the Work With text, I get a problem.

I am told to click the SDK check box, and then "Google App Engine Java SDK". However, "Google App Engine Java SDK" is no longer under the SDK checkbox, though I'm sure it was before.

I have tried downloading different versions of Eclipse, to see if it's a compatibility issue, but that is not helping. Does anyone know what I am doing wrong?

3

3 Answers

1
votes

Same problem here.

I finally installed the sdk manually after installing Google's eclipse plugin.

I created a new web application project ("blue g" icon) -> new web app -> (Google SDK) configure sdks -> add. Then select the unzipped sdk downloaded from here: https://developers.google.com/appengine/downloads?hl=es

Still no answer for the missing downloadable SDK, though.

Cheers

1
votes

Google plugin for eclipse Update sites URL's:

Eclipse 4.3 (Kepler)

https://dl.google.com/eclipse/plugin/4.3

Eclipse 3.8/4.2 (Juno)

https://dl.google.com/eclipse/plugin/4.2

Eclipse 3.7 (Indigo)

https://dl.google.com/eclipse/plugin/3.7

1
votes

There was a transient issue during the update of the App Engine SDK that meant the channel was temporarily unavailable for Eclipse users. This has since been resolved, and you should be able to see and update from the channel as before.