Skip to Main Content

Java Development Tools

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!

oracle.jdbc.driver.OracleDriver Not Found

407338Oct 23 2003 — edited May 16 2008
Hi JDev gurus,
I just downloaded JDev 10g preview and installed it successfully. Now I am testing it with a simple class in which I try to get a connection using this statement:
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());

but it says "the varialbe oracle.jdbc.driver.OracleDriver not found". What else should I import besides java.sql.*? Thanks!

Ben
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2008
Added on Oct 23 2003
8 comments
1,407 views