App Engine no longer supports classes from java.lang.*. You can work around this by bundling your own versions of java.lang.String and java.lang.Exception with your webapp.
Seriously though, please check that your Eclipse project is pointing to a valid 1.2.5 App Engine SDK installation. There is a known issue with the Eclipse IDE where it can sometimes too aggressively remove plugins which it believes are no longer in use. On Tue, Sep 22, 2009 at 5:20 PM, Eric Atkinson <[email protected]> wrote: > > I justed updated to App Engine 1.2.5 and now all my software is full > of compiler errors because it says app engine no longer support > classes like String, Exception, SAXParser in Java. Should I revert > back to an earlier app engine that did support them or is this really > the "new" app engine support? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
