ソースコードがパックされたjarファイルがあります。
jar を war/WEB-INF/lib/xxx.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>
編集済み
Plugin failed to connect to Development Mode server at 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'