Help with tomcat and new project on buildpath. [message #526673] |
Mon, 12 April 2010 10:55 |
Eclipse User |
|
|
|
I am editing a dynamic java web app and i added a project to it for some database accessing.
when i use a basic java main the program compiles and gives good outputs. however when i try to use the main.jsp with tomcat i get
"javax.servlet.ServletException: java.lang.NoClassDefFoundError: com/upsnap/swingmgr/SwingManager"
com/upsnap/swingmgr/SwingManager is the src package of the new project i added to the buildpath. i updated my imports to my code and the program works fine when not using tomcat. ive browsed the web and i believe the issue is that tomcat is not seeing the correct buildpath but eclipse does. how can i fix/edit tomcat to be able to see the correct project buildpath?
|
|
|
Powered by
FUDForum. Page generated in 0.03893 seconds