锁定老帖子 主题:GWT整合SPRING
精华帖 (0) :: 良好帖 (2) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-03-12
我引入你的project,但是在hosted mode 下出现以下错误:
[ERROR] Unable to find 'userService/rpc.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? 那些依赖包都放好,什么原因啊? 谢谢。 |
|
返回顶楼 | |
发表时间:2007-03-12
vicself 写道 我引入你的project,但是在hosted mode 下出现以下错误:
[ERROR] Unable to find 'userService/rpc.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? 那些依赖包都放好,什么原因啊? 谢谢。 路径有没有换成 http://localhost:8888/static/com.javaeye.dengyin2000.truck.TruckApp/TruckApp.html 呢?? 主意web.xml中的shell需要配成 <servlet> <servlet-name>shell</servlet-name> <servlet-class>com.google.gwt.dev.shell.GWTShellServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>shell</servlet-name> <url-pattern>/static/*</url-pattern> </servlet-mapping> |
|
返回顶楼 | |