I get this error at runtime when I try to use getClass.getPackage (). getImplementationVersion () in my FooterViewImpl class to show the version number of my project (from the pom.xml file) on the web page. I think the error is related to the gwt java-to-javascript compiler.
[ERROR] [OnlineGlom] - Line 52: The method getPackage() is undefined for the type Class<capture
java.lang.RuntimeException: Deferred binding failed for 'org.glom.web.client.ClientFactory' (did you forget to inherit a required module?)
Should I expect this to work?
source
share