Hi,

I'm using Apache Tomcat 4.0.3 (OS - Win2000). I've encountered the problem
of - 
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
I can successfully compile the java file which is basically for DB utility
and the way I'm loading the oracle driver is mentioned below - 
(Line no. 25) DriverManager.registerDriver(new
oracle.jdbc.driver.OracleDriver());
But while running the application through the tomcat it's throwing the
exception and pointing towards the line 25 of the java file. I've already
included the classes12.zip & classes111.zip file under the classpath
(jdk1.3.1).
Any suggestion?
- Samit



"THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE and may contain confidential and privileged information.
If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this 
communication is strictly Prohibited. 
If you have received this message by error, please notify us 
immediately, return the original mail to the sender and delete the 
message from your system."


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to