GWT doesn't support java.awt.anything. You have to use the GWT Image<http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Image.html>class.
GWT != Java & has nothing to do with App Engine (other than you can host your GWT project on App Engine). To disable App Engine, I believe there's a setting the in the project properties (never used GEP, so I can't help you with more specifics). On Wed, Apr 22, 2009 at 4:35 PM, Danny <[email protected]> wrote: > > I am trying to put my application under GWT 1.6, but I am having > problems, because I use some java.awt.image classes. I understand > that Google is working on App Engine for java and has probably not yet > implemented image. > > How can I proceed, since the new eclipse plugins insist on App Engine, > even when I remove the App Engine SDK. > > Any suggestions? > > Danny > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
