This content has been marked as final.
Show 1 reply
-
1. Re: Unable to find driver class name in "OrclJDBCDriver" jar
lafr Nov 4, 2014 1:27 PM (in response to jtiwari)What's the output of "jar -tvf customDriver.jar"?
Original ojdbc?.jar contains file "META-INF/services/java.sql.Driver" with content "oracle.jdbc.OracleDriver".
Do you have this too?
Where is ojdbc?.jar? Did you unpack it and repack it as customDriver.jar?