On 6/24/05, Giacomino Raccuia <[EMAIL PROTECTED]> wrote: > I put the Jar (with tomcat 4.0.3 I use *classes12.zip*, for tomcat 5.5.9 > I use the same library or the *classes12.jar*?) in the common/lib, and > my classpath are: > > CLASSPATH=/usr1/jdk1.4.1 > > but the error doesn't change...
Tomcat loads libraries with .jar extension only. Two suggestions I have for your problem. 1, Try using the 9i driver if possible. 2, Try to load using Thread.getContextClassLoader().loadClass() to test that the class is visible to your application. -- rgds Anto Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
