----------------------------------------------------------------
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 3:39 PM, Kevin L McWhirter <[EMAIL PROTECTED]> wrote:

> I used both getInitParameter() and System.getProperty() -- they both
> return null.
> Kevin
> 
getInitParameter() isn't going to return you the value you want. It is for
stuff that you define in the init method of your servlet().

If System.getProperty("java.library.path") returns null, then DUH!!!!! Then
that is your problem!!!!! Arg.

I feel like I'm going in circles here. This is the last message on this
topic that I want to see on this list.

-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