From owner-freebsd-questions Tue Apr 23 17:26:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 0F7CD37B400 for ; Tue, 23 Apr 2002 17:26:22 -0700 (PDT) Received: from chip3.wiegand.org [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id ABA01069014E; Tue, 23 Apr 2002 17:26:08 -0700 Date: Tue, 23 Apr 2002 17:28:12 -0700 From: Chip Wiegand To: j Gatsby , freebsd-questions Subject: Re: java-vm plugin for mozilla???? Message-Id: <20020423172812.4f1a3f5b.chip@wiegand.org> In-Reply-To: <3CC51143.5080908@charter.net> References: <20020422212352.1014a3bc.chip@wiegand.org> <3CC51143.5080908@charter.net> Organization: Alternative Operating Systems X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Sooo, on Tue, 23 Apr 2002 07:46:11 +0000 j Gatsby wrote: > Chip Wiegand wrote: > >Just what does it take to make this work? > >I am using mozilla-0.9.7 from the ports, on freebsd 4.5r > >-- > >Chip W > >www.wiegand.org > >chip@wiegand.org > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > Install the bsd jdk /usr/ports/java/jdk13 , it builds the plugin. Okay, I've got the files and started the build, now here's what I get (exact copy/paste from the term window) --------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/robot_proc.c using Plan A... Hunk #1 succeeded at 25. done ===> Applying FreeBSD patches for jdk-1.3.1p6_4 ===> Configuring for jdk-1.3.1p6_4 ===> Building for jdk-1.3.1p6_4 i386 Build started: 1.3.1-p6-chip-020423-08:00 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 Stop in /usr/ports/java/jdk13. chip3# ---------------- So I thought I could just create the missing directory, but get this - -------------- chip3# make install clean ===> Building for jdk-1.3.1p6_4 i386 Build started: 1.3.1-p6-chip-020423-17:20 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. ----------------- So, what now? I tried to comment out the line ALT_BOOTDIR but that only broke it worse (I thought that's what was meant by 'unset'). Thanks, Chip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message