I've searched, and tried many things, but cannot get an Oracle connection to work on our server...it works on my developement PC, but I move my .jar to the server and I get:
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/Oracle Driver
I started out with just the JRE installed, but have since installed the JDK in hopes that would solve it. I have copied both "classes111.jar" and "ojdbc.jar" to C:\Program Files\Java\jdk1.6.0_17\lib.
Most fixes for this error are "check your environment variables"...I've checked them and tried many things but no go...here's that they look like:
PATH=.; C:\Program Files\Java\jdk1.6.0_17\lib;C:\Program Files\Java\jdk1.6.0_17\lib\classes111.jar; C:\Program Files\Java\jre6\lib;D:\oracle\ora92\;D:\oracle\ora 92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\ WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX
CLASSPATH=C:\Program Files\Java\jdk1.6.0_17\lib; C:\Program Files\Java\jdk1.6.0_17\lib\classes111.jar
Is there anyone that can help me troubleshoot this???!

