Title: class not found error
This is because whatever web server your using uses its own version of the classpath to find classes, not the one stored in the environment.  You'll need to check your servlet engine documentation to see how to add things to the classpath.
    (*Chris*)
 
----- Original Message -----
Sent: Friday, September 03, 1999 1:58 PM
Subject: class not found error

Hi,

I'm using neon jdbc driver to access db2 database from a servlet.

        Class.forName("com.neon.jdbc.Driver").newInstance();

This code if present in a simple java application works fine. But when i converted the code to work in a servlet, it throws java.lang.ClassNotFound exception. Can some one help me out.

Mohan

Reply via email to