Are there other gwt version options?

This depends on gwt-dev, would be nice to get this from gwt-user.

Class<?> about = cl.loadClass("com.google.gwt.dev.About");
Method method = about.getMethod("getGwtVersionNum");
String versionStr = (String) method.invoke(null);

Thanks,
Brandon

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/96ff0f84-9c7e-4ed4-ab0b-284f8219568b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to