Click to See Complete Forum and Search --> : JDBC


chewlim
March 1st, 2000, 11:57 PM
I have installed an Informix JDBC 2.11 driver, and i am using MS Visual J++ 6.0 to write an applet.

But when i call this:-

Class.forName("com.informix.jdbc.ifxDriver").newInstance();



i got this error:-
java.lang.ClassNotFoundException: com/informix/jdbc/ifxDriver

Please Advice,
Thanks,
chewlim

jplenhart
March 2nd, 2000, 04:50 AM
make sure the class that the app is looking for is in the classpath

ytsau
March 2nd, 2000, 08:08 AM
Where is the classpath? How to change it?