I am trying to execute a java program running on (let's say termA) trying to connect to a DB2 database on (let's say termB).The environment on both the machines are AIX with JDK 1.3.0 installed. the following configurations are being used: driver = COM.ibm.db2.jdbc.net.DB2Driver dbUrl = jdbc:db2://10.10.10.1:4001/mydatabase user = dbadmin password = dbadmin using the same above configurations except the appropriate changes in the driver and the dbUrl the code works fine on termB. additionally on termB the following service was started as per the documentation from IBM "db2jstrt 4001" having met all the described settings when i finally tried to execute the code the following error was generated: java.sql.SQLException: java.lang.UnsatisfiedLinkError: no dbjdbc (libdb2jdbc.a or .so) in java.library.path please help as this application is very critical. thanks in advance -oscar