簡體   English   中英

在 netbeans 中在 gwt 中配置 Gquery

[英]Configuring Gquery in gwt in netbeans

我正在嘗試創建一個 GWT 應用程序,它在 Netbeans 中使用 GQuery。我提到了http://code.google.com/p/gwtquery/wiki/GettingStarted

但是,當我在我的 Entrpoint.java 文件中導入 GQuery 的 package 並嘗試構建它時,會出現錯誤:

[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 文件的 class 路徑。我無法使用這些包。

您仍在使用快照版本。

嘗試使用與您的 GWT 版本對應的最新穩定版本!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM