| Author |
loading Oracle drivers
|
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
I have using j2sdk_1_4_2 I have Oracle9i on my PC, it contains two JDBCdrivers class111.jar and Class12.jar. I have tried adding first class111.jar and then class12.jar to my classpath. CLASSPATH=C:\oracle\ora90\jdbc\lib\classes12.jar But I get the following error java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver Do I need to download another later version of classes jar that contains a driver that can interface with j2sdk_1_4_2. Thanks for any help. Tony
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8290
|
|
|
I believe the filename for the oracle drivers is classes12.zip.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: loading Oracle drivers
|
|
|