Hi all,
I'm writing a small
servlet which connects to a remote ORACLE 8i database. The class definition is:
Class.forName("oracle.jdbc.driver.OracleDriver");
But, when i run the servlet using
tomcat, The ClassNotFoundException is fired and i get the following message:
"JDBC-ORACLE Class not found: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver"
What is wrong here and which file do i need or which path do i have to set and where. The OS is Windows2000.
Thanx