----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Prior to JDK 1.2 the setting of LD_LIBRARY_PATH works. Turning debugging on at a
sufficient level will show you the environment being passed on to the JVM by
JServ. There are new security features in the 1.2 JDK that apparently force you to
specify the directories from which to load shared libraries via a property
(java.library.path).
Does that help clear it up?
Kevin
[EMAIL PROTECTED] wrote:
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Sorry for leaving out the JDK version. We are using 1.1.8 (IBM's version I
> think). When you set the LD_LIBRARY_PATH in the wrapper environment, does that
> cause the loader to automatically work, or do you use the environment in your
> Jave code to create a fully qualified path to the libraries for your
> loadLibrary() call?
>
> Thanks,
> Danny Levenson
>
[snip]
--
--------------------------------------------------------------
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]