开发者

problem with jetty classpath when working with gwt and jsp

Hi I have created an ajax application using GWT. And I have created just one jsp file that connects to my data access layer to get some information to show them to user.

In my jsp file I have imported some of my classes in that jsp file to use them. When I call that jsp file in the development mode, jetty creates a file with the extension of .class near all of my java files!!!! whereas my compiled java files are l开发者_开发知识库ocated at /war/WEB-INF/classes but jetty doesn't understand that where are they and creates a .class file near each java file.

I'm trying using netbeans and free form project template of netbeans!


  1. Check your project configuration, possibly you've specified a wrong web folder for Jetty.

  2. Try to use Eclipse and the Google Eclipse plug-in. I guess, it's more stable and guaranteed to work.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜