classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing AWT peer


From: Jeff Sturm
Subject: Re: Missing AWT peer
Date: Mon, 15 Oct 2001 10:41:51 -0400 (EDT)

On Mon, 15 Oct 2001, Andreas Rueckert wrote:
> > Your error could also be because LD_LIBRARY_PATH
> > (Solaris/Linux) did not point to a directory with libgtkpeer.so in it.
> 
> Don't think so...

Did you try:

 ldd /usr/local/OSS_JDK/classpath/lib/classpath/libgtkpeer.so

Note that loadLibrary fails if a DSO is not found _or_ any of its
DT_NEEDED libs could not be loaded.  The error message may be misleading
in the latter case.

Jeff




reply via email to

[Prev in Thread] Current Thread [Next in Thread]