Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jun 1999 03:22:36 +0900
From:      "Daichi T.GOTO" <daichi@ongs.net>
To:        nate@mt.sri.com
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Linux jdk1.2-pre-v2
Message-ID:  <19990605032236T.daichi@ongs.net>
In-Reply-To: <199906041441.IAA26942@mt.sri.com>
References:  <19990604094913.909D314FD9@hub.freebsd.org> <199906041441.IAA26942@mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Nate Williams <nate@mt.sri.com>
Subject: Re: Linux jdk1.2-pre-v2
Date: Fri, 4 Jun 1999 08:41:14 -0600

> > The Linux jdk1.2-pre-v2 is out, with diffs.
> 
> Thanks for the pointer!

I had do test to do it on Linux Emulation with FreeBSD 4.0.
It seems that a little better than pre-v1.
With green_thread, JVM can run but cannot run,

    exec /usr/local/jdk1.2/bin/i386/green_threads/java SwingSet

the result:

-------
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Compiled Code)
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Compiled Code)
        at java.lang.System.loadLibrary(Compiled Code)
        at sun.security.action.LoadLibraryAction.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.loadLibraries(Compiled Code)
        at java.awt.Toolkit.<clinit>(Toolkit.java:903)
        at java.awt.Component.<clinit>(Component.java:258)
--------

In the other applications, JVM says the same error "libXp.so.6: cannot
open shared object file: No such file or directory", too.
I do not know the reason of this.

If some one knows the reason of this error, please teach me.



And I tried to do JDK1.1.8.  In now, it seems very good :)  Great.
----
 Daichi T.GOTO (ONGS)
    http://www.ongs.net/daichi, daichi@ongs.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990605032236T.daichi>