Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 1999 16:05:25 +0200 (MET DST)
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        Jake Burkholder <jake@checker.org>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: shujit port
Message-ID:  <14123.2597.397121.270674@cs.uni-magdeburg.de>
In-Reply-To: <199904302025.NAA17523@io.dyn.ez-ip.net>
References:  <199904302025.NAA17523@io.dyn.ez-ip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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