Out of memory, gwt-user.jar won't give you the answer, but gwt-user.jar is useless without gwt-dev.jar, and they should come from the same version or things can break. So just run "java -cp gwt-dev.jar com.google.gwt.dev.Compiler --help" and it should tell which version you're using (or look for com/google/gwt/dev/About.properties inside the JAR)
On Monday, December 15, 2014 10:07:23 AM UTC+1, Simpal wrote: > > Hi All, > > I'm working on some maintenance project which was developed with > gwt-user.jar. Now I have to add some extra features so I would like to know > which version of gwt-user.jar was used. > > Is there a way to know the version of gwt-user.jar which was used in the > project? > > Also, In which version of gwt "com.google.gwt.core.client.ScriptInjector" > package had been available to development? > > Thanks for your help. > > Regards > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
