----------------------------------------------------------------
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!!!
----------------------------------------------------------------
jon * 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!!!
> ----------------------------------------------------------------
>
> on 11/19/99 12:30 PM, Kevin L McWhirter <[EMAIL PROTECTED]> wrote:
>
> > Assuming that 'java.library.path' is a property, getInitParameter returns
> > null. Where is this property supposed to be set? I do not see it anywhere in
> > $JAVA_HOME/lib/*.properties or apache/conf/jserv/*.
>
> It is in java.lang.System.getProperties(). It is a JVM defined property. It
> is your JVM that cannot find the path to the shared lib.
>
> -jon
I would agree with you except that servletrunner runs the servlet just fine! Loads
the library and links the JNI calls. As a sidebar, I was REALLY surprised how
fast this stuff is!
But I cannot believe it is the JVM. An application I wrote that does exactly what
the servlet does also runs fine. I'm afraid that I have to conclude that
LD_LIBRARY_PATH is NOT the issue! Like I said, I can see the LD_LIBRARY_PATH
setting in /proc/<JVM proc id>/environ.
Hmmm. What a puzzle.
Kevin
--
--------------------------------------------------------------
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]