From owner-freebsd-questions Sat Mar 30 4:31: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-1.esr.lvcm.net (100m.mpr200-1.esr.lvcm.net [24.234.0.78]) by hub.freebsd.org (Postfix) with ESMTP id 5BD8137B41C for ; Sat, 30 Mar 2002 04:30:38 -0800 (PST) Received: from lymond.lvcablemodem.com (cm032.131.234.24.lvcm.com [24.234.131.32]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ACQ84260; Sat, 30 Mar 2002 04:30:13 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcablemodem.com (8.11.6/8.11.4) id g2UCUUb22323; Sat, 30 Mar 2002 04:30:30 -0800 (PST) Date: Sat, 30 Mar 2002 04:30:30 -0800 From: Dale Morris To: "Sean O'Neill" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: j2sdk1.3.1 question Message-ID: <20020330043030.A19944@well.com> References: <20020329223317.A19060@well.com> <5.1.0.14.0.20020330021945.00ac1788@postoffice.swbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Sean O'Neill [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