From owner-freebsd-java Tue Oct 31 7:24:10 2000 Delivered-To: freebsd-java@freebsd.org Received: from blizzard.sabbo.net.blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 023A537B4C5 for ; Tue, 31 Oct 2000 07:24:05 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net.blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id e9VGPfV13677; Tue, 31 Oct 2000 18:25:50 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e9VFNnM26695; Tue, 31 Oct 2000 17:23:49 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <39FEE3FD.E5391075@FreeBSD.org> Date: Tue, 31 Oct 2000 17:23:42 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Max Khon Cc: java@FreeBSD.org Subject: Re: /usr/ports/java/tya References: Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Max Khon wrote: > hi, there! > > with attached patches it is possible to build /usr/ports/java/tya > with jdk12-beta > (you will also need to change JAVADIR= in Makefile) > I have verified that it is still possible to build tya with jdk1.1.8 > with this patches. > > tya works for me with jdk12-beta The main problem with using JITs with JDK12 is that virtual machine doesn't anymore allow installing JIT into place other than ${LOCALBASE}/jdk1.2.2 (i.e. it doesn't respect LD_LIBRARY_PATH like 1.1.8 does), so it's nearly impossible to adjust port to correctly install/deinstall on both jdk/jre 1.1.8 and jdk 1.2.2. However if you have any ideas of how to cope with this particular problem please let me know. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message