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 write server side code and it is needed during compilation.
There is http://code.google.com/p/google-web-toolkit/wiki/GwtJavaApiCompatibilityChecker which appears to describe the gwt-api-checker.jar in the GWT release if you want to know before compilation. On May 23, 8:27 am, "[email protected]" <[email protected]> wrote: > 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 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 > athttp://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.
