From owner-freebsd-java Sat Sep 2 3:32:40 2000 Delivered-To: freebsd-java@freebsd.org Received: from toyland.drapple.com (toyland.drapple.com [204.200.26.114]) by hub.freebsd.org (Postfix) with ESMTP id 24B8A37B422 for ; Sat, 2 Sep 2000 03:32:33 -0700 (PDT) Received: from freebsd.org (dhcp-91.itg.discovery.com [198.147.13.91]) by toyland.drapple.com (8.9.3/8.9.3) with ESMTP id FAA52636; Wed, 30 Aug 2000 05:24:25 -0700 (PDT) (envelope-from patrick@freebsd.org) Message-ID: <39ACFCF9.8E7EB01A@freebsd.org> Date: Wed, 30 Aug 2000 08:24:25 -0400 From: Patrick Gardella X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Koster, K.J." Cc: "'SHUDO Kazuyuki'" , "'FreeBSD Java mailing list'" Subject: Re: BDK and JITs (and NetBSD) References: <59063B5B4D98D311BC0D0001FA7E4522026D77FD@l04.research.kpn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Koster, K.J." wrote: > > > > > > > Current version of shuJIT(*) runs correctly with JDK > > 1.2.2 patchset 10 > > > > on FreeBSD 5.0-current. > > > > (*) modified slightly from 0.6.3. > > > > > > where can I get those modifications? > > > > Ah, I have had you misunderstanding. > > ShuJIT 0.6.3 can work with JDK 1.2.2 patchset 10 without any > > modification. And the current version (which is modified from 0.6.3) > > is also able to work with the JDK. > > > Well, I am afraid that I must have done something wrong then. I installed > the shujit port version 0.6.3 last night. I symlinked it into > /usr/local/jdk1.2.2/jre/lib/i386, but I still got the JIT not found error. I did this last night, as well. You need to make sure that you refer to the JIT as "shujit" (all lowercase). Took me a while, but I got it working. setenv JAVA_COMPILER shujit Patrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message