|
-
March 2nd, 2000, 12:57 AM
#1
JDBC
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
-
March 2nd, 2000, 05:50 AM
#2
Re: JDBC
make sure the class that the app is looking for is in the classpath
-
March 2nd, 2000, 09:08 AM
#3
Re: JDBC
Where is the classpath? How to change it?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|