Go to Project / Properties / Run / Debug Settings. >From there open the AppEngine Service Launch Configurations. You need use javaagent now. This is what I have. That should fix old projects w/out having to do anything. Add it to "VM arguments" -javaagent:/eclipse/plugins/com.google.appengine.eclipse.sdkbundle_1.2.6.v200910130758/appengine-java-sdk-1.2.6/lib/agent/appengine-agent.jar
On Sun, Oct 25, 2009 at 12:06 PM, maksud <[email protected]> wrote: > Sometimes I need to copy newer libs into my war/web-inf/lib folder. > Creating a new project ensures that automatically. But old projects does not > copy the newer jars there. So I do a manual copy. > > μακσυδ > http://www.commlinkinfotech.com/~maksud<http://www.commlinkinfotech.com/%7Emaksud> > > > > On Mon, Oct 26, 2009 at 12:31 AM, laurent <[email protected]> wrote: > >> >> I have found that when using eclipse, after upgrading to new version >> of app engine / gwt >> it helps to use "run --> run configurations". at the very top of the >> window it lists some >> of the problem found with the configuration and how to fix it. (it >> worked for the issue you >> just encountered) >> >> On Oct 24, 6:15 pm, Shawn Brown <[email protected]> wrote: >> > seehttp://tinyurl.com/yzhwl6p >> > >> > It's a known issue with upgrading. Look at the top result. >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
