Dear fellow GWT programmers, I would like to make a call to a java class that utilizes javax.swing.event.EventlistenerList as a private member. The call should be made from within the greetServer method in the GreetingServiceImpl class.
Unfortunately, I get an error on the line of the javax.swing.event.EventlistenerList with the added information that this class is not supported by Google App Engine's Java Runtime Environment. Is it possible to replace the Google App Engine JRE with a full JRE when deploying to Tomcat? Thanks so much in advance! Sebastian -- 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.
