> From: Michael Ludwig [mailto:mil...@gmx.de]
> Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)
>
> The Java bridge DLLs (or whatever they're called) can be moved to a
> directory only contained in java.library.path, but not in PATH. The
> other libraries must be in a PATH directory in order to be loaded.

If I'm interpreting your posting correctly, it looks like you have discovered 
that the other DLLs are not being loaded by the JVM, but rather indirectly, due 
to references from the ones the JVM loads.  If you really wanted to keep them 
all under java.library.path, you could write some initialization code for your 
webapp that does loadLibrary() calls on the previously indirectly loaded ones; 
but it's probably simpler just to keep them visible in PATH.

But I suspect you have already figured that out...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to