oracle.jdbc.driver.OracleDriver Not Found
407338Oct 23 2003 — edited May 16 2008Hi 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