我正在尝试创建一个在 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 文件的类路径。我无法使用这些包。