Date: Wed, 8 Nov 2000 09:34:02 +1030 (CST) From: Greg Lewis <glewis@trc.adelaide.edu.au> To: Phillip Rhodes <rhodespc@rhoderunner.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 make simple question. Message-ID: <200011072304.JAA13027@ares.trc.adelaide.edu.au> In-Reply-To: <001001c048d3$5a3fbdc0$3c0ac9cd@rhoderunner1> from Phillip Rhodes at "Nov 7, 2000 10:56:53 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Phillip Rhodes wrote: > Sorry folks...I am trying!! > > I am trying to get JDK1.2 built...I have tried 2 different ways and both end > with different errors. Which is the best way to build JDK 1.2? Both ways I > try error out on make. > > Method 1: Get the lastest ports.tar.gz and do a build from > /usr/ports/java/jdk12-beta > Build Errors out: > ERROR: Your ALT_BOOTDIR environment variable does not point > to a valid JDK for bootstrapping this build. > A JDK 1.2 or 1.2.x build must be bootstrapped against > a 1.2-V (or later) build. Please update your ALT_BOOTDIR > setting, or just unset it, and try again. You haven't got the Linux emulation turned on or your linux-jdk installation isn't in the standard place. Try using the linux-jdk manually, e.g. doing 'java -version'. If you can't, then the port build probably can't either :). > Method 2: Get the lastest jdk12-beta.tar.gz. Extracted path is > /pub/FreeBSD/branches/-current/ports/java/jdk12-beta > If I do a build here, the build errors out. > ===> Patching for jdk-1.2.2b10 > cp: > /usr/home/rhodespc/test/pub/FreeBSD/branches/-current/ports/java/jdk12-beta/ > ../../java/jfc/work/swing-1.1.1fcs/*.jar: No such file or directory > *** Error code 1 You need the jfc port as well. - Greg 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?200011072304.JAA13027>