From owner-freebsd-java Fri Jun 4 11:18: 9 1999 Delivered-To: freebsd-java@freebsd.org Received: from newmusic.vnet (dns001.thn.ne.jp [210.141.251.14]) by hub.freebsd.org (Postfix) with ESMTP id 8DF9D15491 for ; Fri, 4 Jun 1999 11:18:03 -0700 (PDT) (envelope-from daichi@ongs.net) Received: from localhost (newmusic.vnet [127.0.0.1]) by newmusic.vnet (8.9.3/8.9.2) with ESMTP id DAA11849; Sat, 5 Jun 1999 03:22:36 +0900 (JST) (envelope-from daichi@ongs.net) To: nate@mt.sri.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: Linux jdk1.2-pre-v2 In-Reply-To: <199906041441.IAA26942@mt.sri.com> References: <19990604094913.909D314FD9@hub.freebsd.org> <199906041441.IAA26942@mt.sri.com> X-Mailer: Mew version 1.94b9 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990605032236T.daichi@ongs.net> Date: Sat, 05 Jun 1999 03:22:36 +0900 From: "Daichi T.GOTO" X-Dispatcher: imput version 990225(IM107) Lines: 42 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Nate Williams 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.(Toolkit.java:903) at java.awt.Component.(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