我尝试运行(没有maven)的大气-gwt20 20演示,找到了这里。
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/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我错过了什么吗?
发布于 2014-04-16 06:43:19
我将每种大气- gwt 20-.-2.0.0.jar替换为大气-gwt-20-.-2.0.2.jar,gwt编译得很好。
https://stackoverflow.com/questions/21188495
复制相似问题