java.library.path is a system property.

This can either be set through System.setProperty()
or at startup of java with -Djava.library.path=<path>. 
To achive this for tomcat you can set it through the 
environment variable JAVA_OPTS. (Have a look at 
catalina.bat)

> -----Ursprüngliche Nachricht-----
> Von: Josef Buscher [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 24. Juni 2002 11:17
> An: [EMAIL PROTECTED]
> Betreff: native library not found
> 
> where PFactory is the name of the library.
> Does anyone know where to set java.library.path ?
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to