Hello,
Recently the Oracle DB was upgraded to Oracle 12c. But after upgrade, when we try to deploy WDJ applications on our SAP NW 7.01 server, we get the following error:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver.
The jar files used by the application was ojdbc14.jar. But it could be used with only jdk 1.4 only. As mentioned in the following link:
https://docs.oracle.com/database/121/JJDBC/getsta.htm#JJDBC28046
In Oracle Database 12c Release 1 (12.1), Oracle JDBC drivers no longer support JDK 1.4.x or earlier versions.
But when I use ojdb6.jar for Oracle 12c I get build error:
class file has wrong version 50.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import oracle.jdbc.driver..OracleDriver.
I am unable to deploy any application because if this error.
Regards,
Rahul