DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14407

Can't run DumpSQL.xsl samle with DB2





------- Additional Comments From [EMAIL PROTECTED]  2002-11-11 03:47 -------
Yan,

You class path looks incorrect.

a) What is db2java.zip, is this the classses that were zipped up
I think this line is invalid, Are you sure there is not a jar
file around ??

b) You can't just include the specific driver class as in
C:\Program Files\SQLLIB\java\com\ibm\db2\jdbc\app\DB2Driver.class;

This line should probably read
C:\Program Files\SQLLIB\java

So that it includes the com.ibm.db2.jdbc package 

You driver name should most definitly be
com.ibm.db2.jdbc.app.DB2Driver

Regards
John G

.;C:\jdk1.3.1_06\lib;C:\jdk1.3.1_06\lib\tools.jar;C:\jdk1.3.1_06\jre\lib\rt.jar;
C:\xalan-j_2_4_0\bin\xalan.jar;C:\xalan-j_2_4_0\bin\xml-apis.jar;
C:\xalan-j_2_4_0\bin\xercesImpl.jar;C:\xalan-j_2_4_0\bin\xalansamples.jar;
C:\xalan-j_2_4_0\bin\bsf.jar;C:\Program Files\SQLLIB\java\db2java.zip;
C:\Program Files\SQLLIB\java\com\ibm\db2\jdbc\app\DB2Driver.class;
C:\Program Files\SQLLIB\java\runtime.zip;C:\Program Files\SQLLIB\bin

Reply via email to