I have set the classpath that points to a jar file "ojdbc14.ja r" and i compiled the program but it is not working at the run-time. It is giving the following error:


G:\>java TestJDBC
Exception in thread "main" java.lang.Class NotFoundExcepti on: oracle.jdbc.dri ver.
OracleDriver
at java.net.URLCla ssLoader$1.run( URLClassLoader. java:199)
at java.security.A ccessController .doPrivileged(N ative...