Re: Question that i don't found in yours FAQ's

2010-10-26 Thread ep
you could compile your CLIENT classes with whatever java version you want, at the end javascript comes out. for the server part you have to compile binaries compatible to your server environment, you'd better write compilation script in ant so you can choose different targets for compilation proces

Re: Question that i don't found in yours FAQ's

2010-10-26 Thread Thomas Broyer
On 26 oct, 07:37, Daniel Kurka wrote: > 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... True in theory,

Re: Question that i don't found in yours FAQ's

2010-10-25 Thread Daniel Kurka
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 > I have to ask > > W

Re: Question that i don't found in yours FAQ's

2010-10-25 Thread Jim Douglas
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 wrote: > Hi, i want know if i can use Google

Question that i don't found in yours FAQ's

2010-10-25 Thread Diego Basurco Mancisidor
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 t