Why am I having problems using the Oracle 9i JDBC drivers talking to Oracl
395809May 30 2003 — edited Jun 5 2003Having problems connecting Java app using jdbc to Oracle 9.
What is the problem.
I am also doing:
Class.forName("oracle.jdbc.OracleDriver");
I get:
Trying to use Oracle.jdbc.OracleDriver
Cannot find the database driver classes.
java.lang.ClassNotFoundException: Oracle.jdbc.OracleDriver
1) Which is right?
2) Why does the right one not work?
3) What is the solution. I would prefer not to use ODBC if possible.
Thanks.