----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Chong -
You may want to change this:
Class.forName("COM.ibm.db2.jdbc.net.DB2Driver");
to this:
Class.forName("COM.ibm.db2.jdbc.net.DB2Driver").newInstance();
Here's a link to a post where a fellow was having a similar problem
loading the type 4 JDBC driver for MySQL. Good luck!
http://www.progressive-comp.com/Lists/?l=mysql-java&m=91736116619172&w=2
Yours,
Tom
P.S. Also, perhaps you could try "com" rather than "COM"?
-----Original Message-----
From: Chong Yu Meng [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 09, 1999 4:08 AM
To: Java Apache Users
Subject: ClassNotFoundException
----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello all !
I know this question was answered before and it was posted on the
FAQ-o-matic. I know because I printed it out and have it right next to
me. However, the answer doesn't seem to work ...
<snip>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]