Re: equivalent GWT Runtime in Java

2010-05-25 Thread cretz
I have not tried this, but you may be able to grab the emul folder out of the gwt-user.jar (http://google-web-toolkit.googlecode.com/svn/ trunk/user/super/com/google/gwt/emul/) and make a new JAR out of it. The only problem you have here is that if you don't keep the JRE on the classpath you can't

equivalent GWT Runtime in Java

2010-05-24 Thread jamesmikedup...@googlemail.com
Hi, here is an idea, is there a JRE runtime lib that contains only the supported GWT classes and methods that I can compile against? that would be great to have, a lib that I can compile against that contains all the supported features. thanks, mike -- You received this message because you are su