0

Netbeans で GQuery を使用する GWT アプリケーションを作成しようとしています。http : //code.google.com/p/gwtquery/wiki/GettingStarted を参照しました。

しかし、Entrpoint.java ファイルに GQuery のパッケージをインポートしてビルドしようとすると、エラーが発生します。

[ERROR] Errors in 'jar:file:/D:/GWT/gquery/lib/gwtquery-1.0-SNAPSHOT.jar!/com/google/gwt/query/client/SelectorEngine.java'
[ERROR] Line 94:  Rebind result 'com.google.gwt.query.client.impl.SelectorEngineImpl' cannot be abstract
[ERROR] Cannot proceed due to previous errors 

ProjectPath\nbproject\build-gwt.xml:262: The following error occurred while executing this line:
ProjectPath\nbproject\build-gwt.xml:411:               

main-gwt.xml ファイルのモジュールを継承し、GQuery jar ファイルのクラス パスも設定しています。パッケージを使用できません。

4

1 に答える 1

0

You are still using a snapshot release.

Try to use the last stable release corresponding to your GWT version !

于 2011-05-27T08:45:06.587 に答える