dynamic web project: “java.lang.ClassNotFoundException” despite .jar file in the WEB-INF/lib directory
问题 I'm working on an assignment that requires some .jar files. The assignment requires me to do some work on a Tomcat servlet with JSP files. I included my .jars in the Java Build Path in Eclipse, and copied/added them to the WEB-INF/lib directory. When I run the project like so: http://localhost:8080/project/ I see the index.jsp page with empty divs where data should be from the code executed via the TestServlet.java . Looking for the reason why, I see the following error when I check out http: