Hi, I'm new to GWT, I've got eclipse and the GWT plugin set up. I've then created a new GWT project which creates the "greet" servlet example. This did run fine.
I'm trying to add some code to the servlet which makes use of a 3rd party jar file. But I'm not sure how to add the jar files in eclipse. I've put these jars in war/WEB-INF/lib, and added them to my project properties -> Java Build Path -> Libraries. Now when I run the project, I get nothing. I select debug web application, then in the "Development Mode" tab, I do not see the URL to test the application. If I then remove these jar files, I can see the URL in the "Development Mode" tab when I debug web application. Note: I have not added any code to use the new jar files yet. Just added the jar files to the build path. I don't see any errors, is there a web service error console I can enable? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
