我有两个不同的 gwt 项目,并且想将一个 gwt 应用程序的类用于另一个模块。有没有办法做到这一点?
我遵循以下方法,在第二个项目中添加了以下两行
<inherits name="com.yellowbook.mdb.NationalResidential"/>
<source path='com.yellowbook.mdb' />
但我收到以下错误:
Unable to find 'com/yellowbook/mdb/NationalResidential.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
我在这里错过了什么吗?