I have a java client that runs on Unix, and makes connection to db2. The program works fine in java1.5, but it failed to get a connection in java1.6.
Here is the error message.
java.sql.SQLException: java.lang.UnsatisfiedLinkError: db2jdbc (A file or directory in the path name does not exist.)
at COM.ibm.db2.jdbc.app.DB2Driver.<init>(Unknown Source)
Thank you
Frank