-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> Hello,
> IBM has not made a db2 driver for udb 5, so i installed the db2 package
> for udb 6 hoping i would still be able to use it.
> I read in a usenet article that the driver is part java and part native
> code and calls a linux so module (libdb2jdbc.so) and the module rejects
> requests if it cant find an enviormental variable of DB2INSTANCE, but when
> i set the variable i still get the same error. All the classpaths are set
> right too.
You set that variable, but you need to make sure that it is being passed to
the JVM. You also need to make sure that the .so file is in your
java.library.path System property value.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]