如何将所需模块继承到GWT Project?

时间:2013-01-10 06:07:31

标签: gwt

我想在我的GWT项目中使用GWT-FXv0.5.0MS_1.jar,我将jar文件添加到项目路径并在语法上使用了代码,现在得到的错误没有继承: 错误信息是:

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 个答案:

答案 0 :(得分:1)

您必须在gwt.xml

中添加inherit标记
<inherits name="com.company.gwt-fx"/>