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

[430 byte] By [shivek.sachdeva] at [2007-11-27 8:43:57]
# 1
http://www.samspublishing.com/library/content.asp?b=STY_Java2_24hours&seqNum=270&rl=1
aniseeda at 2007-7-12 20:44:32 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html
dvohra09a at 2007-7-12 20:44:32 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...