Hi Im trying to connect a basic JSP Page to a Database via JDBC drivers when I run the JSP pages the following error appears:
org.apache.jasper.JasperException: Unable to compile class for JSPG:\Servlets_JSP\login\work\localhost_8080\_0002freceive_0002ejspreceive_jsp_1.java:14: Package oracle.jdbc not found in import.
import oracle.jdbc.*;
I have asked several colleagues and they do not know what the problem is. Can anyone offer any advice.
Thanks
David
-
Inernal Servlet Error (1 messages)
- Posted by: David Harrington
- Posted on: February 04 2005 08:45 EST
Threaded Messages (1)
- Re: Inernal Servlet Error by James Carman on February 04 2005 09:52 EST
-
Re: Inernal Servlet Error[ Go to top ]
- Posted by: James Carman
- Posted on: February 04 2005 09:52 EST
- in response to David Harrington
Make sure your classes12.jar file is in your WEB-INF/lib directory of your web application.