If you have some restrictions on your code on the server side (beeing able to run in a 1.4 java enviroment) you can still use java 6 to run gwt. (and you should) just make sure to set your javac to compile with java 1.4 as target...
-Daniel Kurka 2010/10/26 Jim Douglas <[email protected]> > I have to ask.... > > Why would you use a version of Java (1.4.2) that's been dead and > unsupported for two years? > > What is stopping you from using current versions of Java (1.6.0_22) > and GWT (2.0.4 or 2.1.0)? > > > On Oct 25, 9:43 am, Diego Basurco Mancisidor <[email protected]> > wrote: > > Hi, i want know if i can use Google Web Toolkit 1.7 with java 1.4 > > without problems, or i only can use the GWT 1.4 version where i see > > that need Java 1.4 or higher. > > > > Thanks, > > Diego > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
