Date: Sat, 30 Mar 2002 04:30:30 -0800 From: Dale Morris <dlm@well.com> To: "Sean O'Neill" <sean@seanoneill.info> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: j2sdk1.3.1 question Message-ID: <20020330043030.A19944@well.com> In-Reply-To: <5.1.0.14.0.20020330021945.00ac1788@postoffice.swbell.net>; from sean@seanoneill.info on Sat, Mar 30, 2002 at 02:25:14AM -0600 References: <20020329223317.A19060@well.com> <5.1.0.14.0.20020330021945.00ac1788@postoffice.swbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
* Sean O'Neill <sean@seanoneill.info> [2002-03-30 00:26]: > At 10:33 PM 3/29/2002 -0800, Dale Morris wrote: > >I'm trying to install jdk1.3 and I get the following error: > > > >===> Applying FreeBSD patches for jdk-1.3.1p6_2 > >===> Configuring for jdk-1.3.1p6_2 > >===> Building for jdk-1.3.1p6_2 > >i386 Build started: 1.3.1-p6-dlm-020329-22:27 > >ERROR: BOOTDIR does not point to a valid Java 2 SDK > > Check that you have access to > > /usr/local/linux-jdk1.3.1/bin/java > > and/or check your value of ALT_BOOTDIR. > > You have to "boot strap" the JDK 1.3.1 port with the Linux compatibility > JDK 1.3.1 port. This of course assumes you to have Linux compatibility > enabled on your box - do you ? Otherwise, this won't work - I don't think. > > cd /usr/ports/java/linux-jdk1.3 > make <<- follow directions on screen > make install > > cd /usr/ports/java/jdk1.3 > make <<- follow directions on screen > make install > make distclean <<- Optional > > cd /usr/ports/java/linux-jdk1.3 > make distclean <<- Optional > > Supposedly you can then delete the linux-jdk1.3 port - I'm lazy. Thanks for the quick reply Scott, guess I don't understand what's happening here, though.. When I cd /usr/ports/java/jdk13 and make install I get the error message: lymond:/usr/ports/java/jdk13# make install ===> Building for jdk-1.3.1p6_2 i386 Build started: 1.3.1-p6-dlm-020330-04:20 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330043030.A19944>