java.lang.NoClassDefFoundError
Hello,
I am trying to write a simple jdbc code with connectivity with the oracle database but i am getting the following error:
C:\Sun\SDK\jdk>java Test
Exception in thread "main" java.lang.NoClassDefFoundError: Test
I downloaded the jdbc drivers for oracle and copied them into my tomcat libraary and i even set the classpath but i am still getting this error. Can someone please tell me what to do to solve this error. Any help will be really appreciated.
Thank you
Noopz

