From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 20 00:59:00 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3609116A4CE for ; Sat, 20 Nov 2004 00:59:00 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA5843D1D for ; Sat, 20 Nov 2004 00:59:00 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iAK0wxb6020254; Fri, 19 Nov 2004 16:58:59 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iAK0wuMg020252; Fri, 19 Nov 2004 16:58:56 -0800 (PST) (envelope-from obrien) Date: Fri, 19 Nov 2004 16:58:56 -0800 From: "David O'Brien" To: Palle Girgensohn Message-ID: <20041120005856.GB20068@dragon.nuxi.com> References: <66F48C43D96D2D4253E5FF62@palle.girgensohn.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66F48C43D96D2D4253E5FF62@palle.girgensohn.se> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-amd64@freebsd.org Subject: Re: jdk @ amd64? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 00:59:00 -0000 On Sat, Nov 20, 2004 at 12:33:51AM +0100, Palle Girgensohn wrote: > I've been trying to dig the archives for info about running a native JDK > 1.4 on an AMD64 system (Dell 2850, really "EM64T"?). > > Can anyone get me up to speed with how this is done, if it is possible? Do > I need lib32 stuff to run the jdk, and is that what the > src/tools/lib32/build32.sh script creates? Is it not possible to run the > JDK in "native" AMD64? Sun did not port the JDK to the AMD64 platform until version 1.5. So if you want 1.4 you have to use a 32-bit version. You can either use the Linux JDK or maybe even the 32-bit FreeBSD/i386 one. -- -- David (obrien@FreeBSD.org)