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

Reply via email to