如何将所需的模块继承到 GWT 项目? [英] How to inherit a required module in to GWT Project?

查看:20
本文介绍了如何将所需的模块继承到 GWT 项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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?

推荐答案

你必须在你的gwt.xml中添加inherit标签

You have to add inherit tag in your gwt.xml

<inherits name="com.company.gwt-fx"/>

这篇关于如何将所需的模块继承到 GWT 项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆