2

我想在我的 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?
4

1 回答 1

2

您必须在 gwt.xml 中添加继承标签

<inherits name="com.company.gwt-fx"/>
于 2013-01-10T06:11:56.513 回答