| Author |
JDBC Err while running jar file
|
Mahesh Pinnamaneni
Ranch Hand
Joined: Jul 02, 2004
Posts: 100
|
|
Hi All, I am having an application (in Jar file)which will insert records into oracle DB. this application uses swings. i am getting an jdbc connection exception when it is used to insert to DB. i am using eclipse to create a jar file. pls help me how can we go abt it. thanks & Regards, mahesh p
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
|
Post the exception that you are seeing
|
[My Blog] [JavaRanch Journal]
|
 |
Mahesh Pinnamaneni
Ranch Hand
Joined: Jul 02, 2004
Posts: 100
|
|
I am using the Oracle Driver i.e class.forname(oracle.jdbc.OracleDriver) and when i run the jar file and tried to save the data, it is not able to establish the connection to Oracle. Exception: OracleDriver: Class not found exception. pls help thanks & regards, Mahesh P
|
 |
Jan Groth
Ranch Hand
Joined: Feb 03, 2004
Posts: 456
|
|
did you double-check that the oracle-driver jar (probably ojdbc14_g.jar) is in your classpath? regards, jan
|
 |
 |
|
|
subject: JDBC Err while running jar file
|
|
|