-
ABout Jar file (1 messages)
- Posted by: Ravindranadh Chowdary
- Posted on: January 31 2008 05:33 EST
I create a jar file for swing application.when i am trying to execute it gives error like java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver when i executing normal java file it is working properly. can you pls give me the solution for this exceptionThreaded Messages (1)
- RE: About Jar File by Nuno Belo on February 01 2008 03:52 EST
-
RE: About Jar File[ Go to top ]
- Posted by: Nuno Belo
- Posted on: February 01 2008 03:52 EST
- in response to Ravindranadh Chowdary
have you checked if your jar file manifest has the classpath entry correctly defined? probably you´re not adding the oracle driver jar file to your manifest classpath. i hope this was helpfull somehow. cheers, Nuno Belo