问题
I want to use the GWT-FXv0.5.0MS_1.jar in my GWT Project, i added the jar file to project path and used the codes up on syntax, now am getting error that not inherited: Error message is:
11:28:48.829 [ERROR] [uibuilder] Line 80: No source code is available for type org.adamtacy.client.ui.effects.core.NMorphStyle; did you forget to inherit a required module?
回答1:
You have to add inherit tag in your gwt.xml
<inherits name="com.company.gwt-fx"/>
来源:https://stackoverflow.com/questions/14251782/how-to-inherit-a-required-module-in-to-gwt-project