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

I found the fix in the FAQ. A section poped up I hadn't seen before..
Solution was to add:
wrapper.env.copyall=true
wrapper.env.copy=PATH

Stan Hughes 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!!!
> ----------------------------------------------------------------
> 
> Nick,
> 
> Thanks for the input... I have gone away and tried several different
> approaches and still had no luck. I have about 6 copies of these
> libraries all over my system (/lib, /usr/lib and various others) as well
> as added the path to my /etc/ld.so.conf. I can run standalone jdk stuff
> requiring awt with no problem.
> 
> It leaves me wondering, which piece is having this problem. Is it the
> JSDK(2.0), the JDK(117_v3), ApacheJServ(1.0) or Apache(1.3.9) itself.
> 
> If you have any other suggestions I would love to hear them.
> 
> Thanks again,
> Stan
> 
> Nick Bauman 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!!!
> > ----------------------------------------------------------------
> >
> > Stan Hughes <[EMAIL PROTECTED]> wrote:
> >
> > >Does anyone know how to fix this:
> > >
> > >java.lang.UnsatisfiedLinkError: no awt in
> > >shared library path
> >
> > UnsatisfiedLinkError means a static initializaer that
> > loads a native library cannot find that library. You
> > need to make sure that the .so in question is in your
> > system lib directory. The PATH variable isn't going to
> > help you on Linux. Also, check what your
> > wrapper.classpath is set to in your config.
> >
> > -Nick
> >
> > =====
> > # Nick Bauman
> > # Technical Programmer
> > # http://webhelp.com
> > # real people, real answers, real time
> > __________________________________________________
> > Do You Yahoo!?
> > Thousands of Stores.  Millions of Products.  All in one place.
> > Yahoo! Shopping: http://shopping.yahoo.com
> >
> > --
> > --------------------------------------------------------------
> > 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]
> 
> --
> --------------------------------------------------------------
> 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]


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