On 26 oct, 07:37, Daniel Kurka <[email protected]> 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, but wouldn't you have to recompile the GWT server classes (RemoteServiceServlet et al.) with java 1.4 target as well? (fortunately something easy to do) -- 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.
