From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 01:51:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 910E416A4BF for ; Tue, 9 Sep 2003 01:51:52 -0700 (PDT) Received: from msv02-kent-syd.comindico.com.au (msv02-kent-syd.comindico.com.au [203.194.29.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB06643F75 for ; Tue, 9 Sep 2003 01:51:50 -0700 (PDT) (envelope-from dlodeiro@inspired.net.au) Received: from .dl.com (dsl-231.131.240.220.lns02-wick-bne.dsl.comindico.com.au [220.240.131.231]) h898pZg09802; Tue, 9 Sep 2003 18:51:37 +1000 (EST) From: David L To: Simon Barner Date: Tue, 9 Sep 2003 18:50:36 +1000 User-Agent: KMail/1.5.2 References: <200309082004.08198.dlodeiro@inspired.net.au> <20030908235108.GB1419@zi025.glhnet.mhn.de> In-Reply-To: <20030908235108.GB1419@zi025.glhnet.mhn.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309091850.36698.dlodeiro@inspired.net.au> cc: freebsd-questions@freebsd.org Subject: Re: JAVA and MOZILLA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 08:51:52 -0000 Hi, I to am using Mozilla 1.4 ( I beleive I failed to mention that in my original post ) and I compiled it out of ports. I had heard that Java 1.3.1 worked well with Mozilla, so I wne to try to install it. However when I try I get the following. dl# cd /usr/ports/java/jdk13 dl# ls Makefile files pkg-message scripts distinfo pkg-descr pkg-plist work dl# make package ===> Building for jdk-1.3.1p8_2 # Start of jdk build i386 Build started: 1.3.1-p8-n4458575-030909-18:44 ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any 1.3 build. Please update your ALT_BOOTDIR setting, or just unset it, and start your build again. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. dl# the make file in jdk13 has the following (I dont know if it of any relevence) MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \ Did you have any of these issues when compiling jdk13? If you did, can you please let me know how you got around it. Thanks David