Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package oracle.jdbc.driver does not exist

843836Oct 19 2003 — edited Oct 22 2003
Hi,
I m new to this forum, the reason i m here is cuz of JSP's I m using jsp ,oracle 9i and tomcat4 in my application, after setting all the class path and environment varibale , I m getting this error message.

[javac] C:\tomcat4\work\Standalone\localhost\_\validateuser_jsp.java:8: package oracle.jdbc.driver does not exist
[javac] import oracle.jdbc.driver.*;
[javac] ^
[javac] C:\tomcat4\work\Standalone\localhost\_\validateuser_jsp.java:53: package oracle.jdbc does not exist
[javac] DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
[javac] ^
[javac] 2 errors

so if some one help me out ...i really appriciate .....thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2003
Added on Oct 19 2003
27 comments
1,020 views