CLASSPATH for oracle.jdbc.driver.OracleDriver.class
Trying to use JDBC Thin Driver, encountered the following exception during compilation:
oracle.jdbc.driver.OracleDriver.class is not found
points to: DriverManager.registerDriver
(new oracle.jdbc.driver.OracleDriver());
i'm assuming that it has something to do with the CLASSPATH,
how do i set the CLASSPATH such that it points to classes111.zip?
please help.
cheers,
Shivek

