ClassNotFoundException when using User Libraries in Eclipse build path
问题 I\'m using Eclipse 3.7 (STS) with Tomcat 7 running inside the IDE. I\'ve created a new Dynamic Web project and added a single JSP file to the web content root folder. I can run Tomcat and access the JSP from within Eclipse with no problems. I\'ve added a few 3rd party JAR\'s to the project from User Libraries (I\'m not using maven or auto dependecies managment). In the JSP I reference a class from the project\'s JAR file, I can compile this with no problem, but when I deploy on Tomcat the JSP