----------------------------------------------------------------
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!!!
----------------------------------------------------------------
on 11/19/99 10:20 AM, Kevin L McWhirter <[EMAIL PROTECTED]> wrote:
> I have been experiencing the same thing (and the reason I joined this
> mailing list :). I tried the following:
> 1. set wrapper.env=LD_LIBRARY_PATH=/path/to/lib/dir
> 2. copy the library to "_g" (i.e., libMyLib_g.so)
> 3. Start JVM manually with wrapper script the expliciltly sets
> LD_LIBRARY_PATH
> 4. Put the path in /etc/ld.so.conf and run ldconfig -v
>
> All of these approaches failed.
In your JVM, what is your java.library.path set to when you output it from
your servlet? ie: don't write a main() and execute it. write a servlet that
outputs this value. then, put your library in that path and you will be set.
-jon
--
--------------------------------------------------------------
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]