java.lang.NoClassDefFoundError

Newbie Member
4Jan2011,22:13   #1
mboyda's Avatar
When executing a jar file that I inherited I get the following error: "Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver".

I have the jdbc driver (ojdbc6.jar) in the bin directory and I'm able to recompile the source code into the jar.

I'm new to Java and don't have a lot of experience setting up my system to execute this code.
Newbie Member
21Jan2011,15:44   #2
dumbeldore's Avatar
plz post the stack trace...