How to inherit a required module in to GWT Project?

本小妞迷上赌 提交于 2019-12-19 11:34:05

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!