我正在尝试创建一个GWT应用程序,它在Netbeans.I中使用GQuery。我曾经提到过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文件的类路径。
发布于 2011-05-27 16:45:07
您仍在使用快照版本。
尝试使用与您的GWT版本对应的last stable release!
https://stackoverflow.com/questions/6149124
复制相似问题