Re: GWT 2.0.4 app does not work with Java JDK 1.5

2010-08-25 Thread dane.molotok
I face this when I'm running with Java 5 in development mode, and on a previous project I thought we tracked it back to a bug that was fixed in Java 6. So we run with java 6 in development mode, but a runtime of Java 5 with the fully built war works fine. Have you tried the deferred command mention

Re: GWT 2.0.4 app does not work with Java JDK 1.5

2010-08-24 Thread Isuru Madusanka
I have the same problem. Which IDE you use? On Fri, Aug 20, 2010 at 10:45 PM, Greg Dougherty wrote: > I have a GWT app I was building using a 1.6 JDK. However, the place > where I want to deploy it only has Tomcat 5, running jdk 1.5. So I > changed my compiler settings to 1.5 compliance, and a

GWT 2.0.4 app does not work with Java JDK 1.5

2010-08-20 Thread Greg Dougherty
I have a GWT app I was building using a 1.6 JDK. However, the place where I want to deploy it only has Tomcat 5, running jdk 1.5. So I changed my compiler settings to 1.5 compliance, and a 1.5 jdk, and rebuild. After I got rid of all my @Override annotations, it compiled. If I zip up my war dir