| Author |
Class not found exception
|
Aashu Arya
Greenhorn
Joined: Aug 18, 2008
Posts: 22
|
|
I am getting this exception while loading my driver: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver I have also included the classes12.jar file for the applications class path. Can anybody help me in this regard?
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Is your URL and the connection String correct?
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Originally posted by Aashu Arya: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver I have also included the classes12.jar file for the applications class path.
These two statements conflict with each other. Can you explain how you added it to the classpath in case there is somewhere else to add it?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Class not found exception
|
|
|