-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

On Fri, 3 Sep 1999, Raimee Stevens wrote:

> > 
> > 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.
> 
> I did set wrapper.classpath=path_to_dll in jserv.properties.
> That had no effect.
> 

But the dll is not a java class. You need to have your servlet class(es)
in the wrapper.classpath (pointing to the zip, jar, "base directory", or
whatever you use).

The dll has to be in whatever search path NT uses for dlls (the PATH
variable? I think the db2 installation sets that).

/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]

Reply via email to