oracle.jdbc.driver.OracleDriver not found
843859Oct 26 2007 — edited Oct 29 2007 I have a program which connects to a Oracle Database through JDBC on Ubuntu 7.04 Feisty Fawn; well, it's still trying to do it. The Oracle's release is 10g, so I'm using "ojdbc14.jar" file to connect to it. This jar file is included correctly in the classpath environment variable.
The error message is the next one:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
java.sql.SQLException: No driver found for jdbc:oracle:thin:@10.111.9.5:1522:DBDMR10
Please, answer as soon as possible, any suggestion is welcomed.
Thanks