2014-01-17 84 views
1

我嘗試運行(沒有maven)atmosphere-gwt20演示發現hereGWT環境錯誤

的Java編譯罰款,但,當我使用GWT(2.5.1)編譯,我絆倒在此錯誤:

[ERROR] Errors in 'org/atmosphere/gwt20/client/AtmosphereRequestConfig.java' 
[ERROR] Line 18: The import org.atmosphere.gwt20.shared cannot be resolved 
[ERROR] Line 99: Constants cannot be resolved 

我的WEB-INF/lib目錄中包含

atmosphere-gwt20-client-2.0.0.jar 
atmosphere-gwt20-common-2.0.0.jar 
atmosphere-gwt20-server-2.0.0.jar 
atmosphere-runtime-2.0.5.jar 
gwt-servlet.jar 
slf4j-api.1.6.1.jar 

我懷念什麼?

+0

我用atmosphere-gwt-20 -...- 2.0.2.jar替換每個atmosphere-gwt20 -..- 2.0.0.jar,並且gwt編譯工作正常。 – Francesco

回答

1

我用atmosphere-gwt-20 -...- 2.0.2.jar替換每個氣氛-gwt20 -..- 2.0.0.jar,gwt編譯得很好。