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

您仍在使用快照版本。

尝试使用与您的 GWT 版本相对应的最新稳定版本!

于 2011-05-27T08:45:06.587 回答