Java Servlets, for some reason, can't find classes in zip-archives..
Try to extract the classes.zip in servlet home directory (or in your jdbc directory)!
-----Messaggio originale-----
Da: Kenia Nimesh <[EMAIL PROTECTED]>
A: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Data: giovedì 11 marzo 1999 16.55
Oggetto: Everything perfect - but class not found

I have installed the thin oracle driver on my system
I have also mentioned the classpath as follows
 
set classpath=c:\jdbc\classes111.zip;c:\jdbc
set path=c:\jdbc;
 
Here's the code
 
Class.forName("oracle.jdbc.driver.OracleDriver");
DriverManager.getConnection("jdbc:oracle:thin:<hostname>:<port>","<login>","<password>");
 
My classes111.zip is in jdbc directory
 
I am getting the  "Class not found Exception"
 
Please Help me.
 
Nimesh

Reply via email to