Title: 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