From owner-freebsd-java Sat May 1 7: 5:27 1999 Delivered-To: freebsd-java@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (prinz-atm.CS.Uni-Magdeburg.De [141.44.30.2]) by hub.freebsd.org (Postfix) with ESMTP id D1063150C6 for ; Sat, 1 May 1999 07:05:19 -0700 (PDT) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id QAA12713; Sat, 1 May 1999 16:05:18 +0200 (MET DST) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id QAA25403; Sat, 1 May 1999 16:05:25 +0200 (MET DST) From: Roland Jesse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14123.2597.397121.270674@cs.uni-magdeburg.de> Date: Sat, 1 May 1999 16:05:25 +0200 (MET DST) To: Jake Burkholder Cc: freebsd-java@FreeBSD.ORG Subject: Re: shujit port In-Reply-To: <199904302025.NAA17523@io.dyn.ez-ip.net> References: <199904302025.NAA17523@io.dyn.ez-ip.net> X-Mailer: VM 6.70 under Emacs 19.34.1 Reply-To: Roland Jesse X-Organization: University of Magdeburg X-Pgp-Fingerprint: 5D 08 5A E3 B4 AA 68 C1 FF 67 06 29 62 DD 9A D7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jake Burkholder writes: > It requires the elf jdk1.1.7, but could probably be made to > work with other versions. Please let me know if it works for you... > I've only been able to test it with 4.0-CURRENT. % uname -sr FreeBSD 3.1-STABLE % java -Djava.compiler=shujit HelloWorldApp cannot stat "/lib/libshujit.so" : No such file or directory (libshujit.so) Warning: JIT compiler "shujit" not found. Will use interpreter. Hello World! % echo $LD_LIBRARY_PATH /usr/local/jdk/lib/i386/green_threads:/usr/local/ACE_wrappers/ace:/usr/lib:/usr/local/lib:/usr/X11R6/lib:/lib % ls -l /usr/local/jdk/lib/i386/green_threads/libshujit.so -r-xr-xr-x 1 root wheel 136024 1 Mai 15:34 /usr/local/jdk/lib/i386/green_threads/libshujit.so* % I am using the aout jdk from Dec 21, 1998. Right now, I dunno why the lib is not found. I did a 'ldconfig -R' after installing shujit. Maybe I am going to take another look at it later on. Best, Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message