In map schema. Schema->export Entire Schema to Database Connection type: COM.ibm.db2.app.DB2Driver Data Source: jdbc:db2:ACCOUNT Userid: db2admin Password: db2admin if i click button: Test I receive the following errors: java.lang.ClassNotFoundException: COM.db2.jdbc.app.DB2Driver although my classpath contains: C:\SQLLIB\java\db2java.zip I have unziped my db2java.zip file and find in it two DB2Driver.class files The first one belongs to the "COM.ibm.db2.jdbc.app" and the second one belongs to "COM.ibm.db2.jdbc.net" packages
thank you in advance
PN S
Greenhorn
Joined: Nov 29, 2001
Posts: 3
posted
0
Guess u need to set the classpath in VAJ setting - an option called edit classpath setting in quickstart(F2) where in the path needs to be set to <drive:>/sqllib/java/db2java.zip. This had solved the problem (a similar one) for me.
subject: VisualeAge and DB2: ClassNotFoundException