From owner-freebsd-java@FreeBSD.ORG Fri Mar 18 17:29:04 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA10116A4CE for ; Fri, 18 Mar 2005 17:29:04 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7906443D1D for ; Fri, 18 Mar 2005 17:29:04 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id ABE17120D2; Fri, 18 Mar 2005 12:29:44 -0500 (EST) Message-ID: <423B0FB7.6070600@chuckr.org> Date: Fri, 18 Mar 2005 17:28:23 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuri Khotyaintsev References: <423AFADA.502@chuckr.org> <20050318160507.GA72607@misty.eyesbeyond.com> <200503181716.05537.yuri@irfu.se> In-Reply-To: <200503181716.05537.yuri@irfu.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: other architectures X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 17:29:04 -0000 Yuri Khotyaintsev wrote: > 18 mar 2005 17.05, Greg Lewis/You wrote: > >>On Fri, Mar 18, 2005 at 03:59:22PM +0000, Chuck Robey wrote: >> >>>I wanted to build java (jdk14) for the OpenOffice-2.0 port, but the >>>jdk14 port tells me that for my architecture (I have dual amd64 Opterons >>>here) the port is i386 only. >>> >>>Is this true, or merely that you haven't had time for amd64 yet, and it >>>might possibly work? >> >>You can't compile a native amd64 binary of jdk14. You can install >>an x86 version you've compiled on an x86 machine and I suspect it >>would work. You could also try jdk15 which should build natively on >>amd64. > > > Copying jdk14 compiled on x86 to an amd64 machine have not worked for me. > There are some posts on this subject on amd64 list. > > jdk15 works great! > Yuri, at the Sun site, the download page presented me witht he src and the binaires, but also with an extra file: jdk_sec-1_5_0-src-scsl.zip what is this file?