From owner-freebsd-java@FreeBSD.ORG Wed Sep 5 13:26:33 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D39716A41B for ; Wed, 5 Sep 2007 13:26:33 +0000 (UTC) (envelope-from wvaughan@steelerubber.com) Received: from toaster.steelerubber.com (toaster.steelerubber.com [166.82.96.8]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4ED13C458 for ; Wed, 5 Sep 2007 13:26:32 +0000 (UTC) (envelope-from wvaughan@steelerubber.com) Received: (qmail 72347 invoked by uid 89); 5 Sep 2007 12:59:37 -0000 Received: from unknown (HELO ?166.82.96.28?) (166.82.96.28) by toaster.steelerubber.com with SMTP; 5 Sep 2007 12:59:37 -0000 Message-ID: <46DEA80A.7030104@steelerubber.com> Date: Wed, 05 Sep 2007 08:58:50 -0400 From: Walter Vaughan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: jdk15 dopes not compile on i386 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 13:26:33 -0000 Jack L. wrote: > ERROR: Your BOOTDIR environment variable does not point > to a valid Java 2 SDK for bootstrapping this build. > A Java 2 SDK 5.0_12 build must be bootstrapped using > J2SDK 1.4.2 fcs (or later). Golly, this is a well written error message. Maybe it's true. Do you actually have a working jdk on your 32bit system? The diablo .tgz from the freeBSD foundation is your friend here. http://www.freebsdfoundation.org/downloads/java.shtml Otherwise, yeah you do have a problem. -- Walter