From owner-freebsd-amd64@FreeBSD.ORG Sat Nov 20 01:55:44 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 4DF0916A4CE for ; Sat, 20 Nov 2004 01:55:42 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BA743D5A for ; Sat, 20 Nov 2004 01:55:41 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 30383D2CF for ; Sat, 20 Nov 2004 02:55:41 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06265-06-6 for ; Sat, 20 Nov 2004 02:55:40 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id C59BDD2AF; Sat, 20 Nov 2004 02:55:40 +0100 (CET) Date: Sat, 20 Nov 2004 02:55:41 +0100 From: Palle Girgensohn To: freebsd-amd64@freebsd.org Cc: freebsd-amd64@freebsd.org Message-ID: In-Reply-To: <20041120005856.GB20068@dragon.nuxi.com> References: <66F48C43D96D2D4253E5FF62@palle.girgensohn.se> <20041120005856.GB20068@dragon.nuxi.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: Re: jdk @ amd64? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 01:55:45 -0000 --On fredag, november 19, 2004 16.58.56 -0800 David O'Brien=20 wrote: > 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. I guess I can live with that, java is not the main purpose for this=20 machine. 32-bit, can I just run it, or must I do some wizardy to get 32-bit = libraries in place, =E0 la Peter Wemm's build32.sh script i in tools/lib32? = COMPAT_IA32 is set in the kernel. /Palle