-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> I have seen recent postings about LD_LIBRARY_PATH and I have a question.
> Does wrapper.env=LD_LIBRARY_PATH=/.../ have to go in the java.properties
> file or can it go into a zone properties file?

That is a jserv.property, not a zone.property.

>  It looks like this is being
> passed to JVM, so my quess is no.  The other posting also said to put a
> SetEnv statement in the jserv.conf file.  I didn't do this and things seem
> to be working OK.  Is this really necessary?

It isn't necessary if you have the wrapper.env set properly.

> My goal has been to not edit the .java_wrapper file that DEC uses to
> startup the JVM.  Previously, I had to put CLASSPATH and LD_LIBRARY_PATH
> statements in the file to get JNI to work.  With JDK 1.2, the CLASSPATH is
> no longer needed to support JNI and moving he LD_LIBRARY_PATH statement to
> the JServ configuration files has elminated my last change to the wrapper
> file.

You should never edit the .java_wrapper file! That is bad. You can set both
of those env variables via the env and they should be passed to the JVM.

-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]

Reply via email to