Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

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

share|improve this answer
If I choose the unzipped folder I get "Failed to inizilized App Engine SDK"... – snowflake Aug 24 '12 at 9:03
Thanks for the help Miguel! I just retried again this morning, and the SDK has appeared. I guess the folks at Google must have been doing some sort of update, which made it temporarily unavailable! – user847663 Aug 25 '12 at 10:25
You are right! It is now available. Temporary issue then. Thanks for letting me know, case closed. – MiguelGBiedma Aug 26 '12 at 8:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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