Date: Tue, 31 Oct 2000 17:23:42 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Max Khon <fjoe@iclub.nsu.ru> Cc: java@FreeBSD.org Subject: Re: /usr/ports/java/tya Message-ID: <39FEE3FD.E5391075@FreeBSD.org> References: <Pine.BSF.4.21.0010312113450.40042-300000@iclub.nsu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FEE3FD.E5391075>