我有一个包含源代码的 jar 文件。
我在 war/WEB-INF/lib/xxx.jar 中插入了 jar 添加到构建路径
但是当我运行项目时出现错误
编辑添加 gwt.xml
<module rename-to='bookmanagementsystem'>
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<inherits name='com.example.Book'></inherits>
<entry-point class='com.example.Book.client.Index'/>
</module>
已编辑
我解决 了插件无法连接到 127.0.0.1:9997 的开发模式服务器
现在我有一个问题
Loading inherited module 'com.example.book'
[ERROR] Unable to find 'com/example/book.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] Line 6: Unexpected exception while processing element 'inherits'