I still cant sign in from eclipse Helios, but I was able to deploy using this cmd:
set GAESDK=C:\eclipse\plugins \com.google.appengine.eclipse.sdkbundle_1.5.0.r36v201105092302\appengine- java-sdk-1.5.0 set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_25 "%JAVA_HOME%\bin\java" -cp "%GAESDK%\lib\appengine-tools-api.jar" com.google.appengine.tools.admin.AppCfg update war http://code.google.com/p/googleappengine/issues/detail?id=4969 On Aug 22, 4:52 am, Bjorn B <[email protected]> wrote: > I think the issue is that on some installations for Eclipse (STS among > other) you get an silent error when clicking on the Google-login > button in the bottom left corner. Some odd exception (only vissible in > the error pane), and nothing happends. I still haven't worked out how > to get around this error. > > /Björn > > On Aug 16, 9:59 pm, "Ikai Lan (Google)" <[email protected]> wrote:> You need > to go to: > > > appengine.google.com > > > and register an application ID. You can't use one that's taken. Once that's > > done, put that into your appengine-web.xml. > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > plus.ikailan.com | twitter.com/ikai > > > On Sun, Aug 14, 2011 at 10:26 PM, C De <[email protected]> wrote: > > > So I installed Google App Engine for Java using Eclipse and successfully > > > created the sample Guestbook project.I managed to run the project on my > > > machine and also created an app id using the admin console. However when I > > > try and deploy the app on the Google App Engine I do not get any prompt > > > asking me to login, subsequently I get an error saying "This application > > > does not exist". > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine for Java" group. > > > To view this discussion on the web visit > > >https://groups.google.com/d/msg/google-appengine-java/-/-PFNasspAU4J. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
