RE: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Roberts, Eric
Where is the jar file containing your db drivers? Sounds as though you have it in your jdk1.3.1 installation - it should be in common/lib. HTH -Original Message- From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 11:39 To: [EMAIL PROTECTED] Subject:

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Jochen Schweflinghaus
I use a link named db2java.jar in $CATALINA_HOME/common/lib referring to the db2java.zip (JDBC 1) file comming along with DB2. For the Standalone java program I include this link into the classpath. Neiter of my two Java installations have a db2java.zip installed in their extensions. Also the DB2

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Chong Yu Meng
Which JDK are you using ? IBM's Java or Sun's Java ? There is a difference in the way the classes are organized. Regards, pascal chong Jochen Schweflinghaus wrote: I use a link named db2java.jar in $CATALINA_HOME/common/lib referring to the db2java.zip (JDBC 1) file comming along with DB2. For

Re: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Jochen Schweflinghaus
I'm using JDK1.4.1_02 and 1.3.1_02 both from SUN. What do you mean by how your classes are organized ? I'm failing to run a webapp in tomcat using the DB2 app driver when setting JAVA_HOME to the JDK1.4.1. There is no problem when JAVA_HOME is set to JDK/JRE 1.3.1. Nothing else was changed except