-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
On Fri, 3 Sep 1999, Raimee Stevens wrote:
> Platform:
> --------
> NT 4.0 SP 4
> Apache 1.3.6 JServ 1.05b ()
> DB2 UDB v.6.1 Personal
>
> ERROR DriverManager.setLogStream(*snip_below):
> =====
> *java.lang.UnsatisfiedLinkError: no db2jdbc in java.library.path
>
I believe the vm will only load native libraries (dlls) for classes in the
vm classpath, and not for classes in the zone "repository". At least that
is true for jdk1.1.x.
DB2 v5.x also wants the DB2INSTANCE set for the "app" JDBC driver to work,
and if it isn't set you get all sorts of misleading error messages.
/Urban
--
--------------------------------------------------------------
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]