Ronoaldo, that was exactly it! I went to Configure Build Path, Order and Export, and reordered the entries. I have my project's src and test folders first, then JRE System Library, App Engine SDK, GWT SDK, then my project's special libraries (google-api-client and gwt-maps). It runs great on my local server again. Thanks!
On Dec 17, 4:20 am, Ronoaldo José de Lana Pereira <[email protected]> wrote: > I had the same issues with two projects after upgrade. If you are > using the Eclipse Plugin, this steps may work for you: > > 1. Right click on Project -> Build Path -> Configure Build Path. > 2. Go to "Order and Export" tab > 3. Move your src folder to top, then put JRE, App Engine SDK, GWT SDK > (if applicable) and Junit 4 (if applicable) above, and all other libs > above them. > > After this, your local devserver may work as usual. > > Best Regards, > > On 16 dez, 02:57, Chris Keller <[email protected]> wrote: > > > > > > > > > Note that the previous post only applies to my local development > > environment. I just tried using the new version of the SDK on the production > > server, and it has no problems. -- 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.
