That's true for many servers. If you're using JWS, a
simpler fix is simply to put the classes111.zip in the <server_root>/lib
directory and rename it to classes111.jar. Then the custom class loader
will automatically find it and load it.
(*Chris*)
----- Original Message -----From: Marcello SoffrittiSent: Thursday, March 11, 1999 7:01 AMSubject: R: Everything perfect - but class not foundJava 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 foundI have installed the thin oracle driver on my systemI have also mentioned the classpath as followsset classpath=c:\jdbc\classes111.zip;c:\jdbcset path=c:\jdbc;Here's the codeClass.forName("oracle.jdbc.driver.OracleDriver");DriverManager.getConnection("jdbc:oracle:thin:<hostname>:<port>","<login>","<password>");My classes111.zip is in jdbc directoryI am getting the "Class not found Exception"Please Help me.Nimesh
