What is the actual error the JSP compiler reports?
It will tell you what's going on, the bit you posted is just telling that there was an error...
Remember that your system classpath is NOT the classpath for a web application (or for Tomcat itself).
A webapp classpath consists of the content of the WEB-INF/classes directory and the jarfiles in the WEB-INF/lib directory belonging to that webapp.