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


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to