Hinzufügen eines externen Glases in GWT

Ich habe eine JAR-Datei mit Quellcode gepackt.

ich habe das jar in war / WEB-INF / lib / xxx.jar eingefügt

Aber wenn ich das Projekt starte, erhalte ich eine Fehlermeldung

Bearbeitet Hinzugefügt 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>

Bearbeitet

I lösteDas Plugin konnte um 127.0.0.1:9997 keine Verbindung zum Entwicklungsmodus-Server herstellen

Jetzt habe ich ein Problem

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'

Antworten auf die Frage(1)

Ihre Antwort auf die Frage