org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: 4 in the jsp file: /jsp/test.jspGenerated servlet error:
    [javac] Compiling 1 source fileC:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\examples\jsp\test_jsp.java:51: cannot resolve symbol
symbol  : class connection 
location: class org.apache.jsp.test_jspAn error occurred at line: 4 in the jsp file: /jsp/test.jspGenerated servlet error:
    connection conn=DriverManager.getConnection ("jdbc:odbc:www");
    ^
1 error
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)