From owner-freebsd-questions@FreeBSD.ORG Mon Feb 19 19:09:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F3B516BDC8 for ; Mon, 19 Feb 2007 19:09:44 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from mxfep03.bredband.com (mxfep03.bredband.com [195.54.107.76]) by mx1.freebsd.org (Postfix) with ESMTP id 8416513C494 for ; Mon, 19 Feb 2007 19:09:43 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep03.bredband.com with ESMTP id <20070219190942.OTIA2708.mxfep03.bredband.com@ironport2.bredband.com> for ; Mon, 19 Feb 2007 20:09:42 +0100 Received: from c-748572d5.023-68-73746f42.cust.bredbandsbolaget.se (HELO maerlyn.bredbandsbolaget.se) ([213.114.133.116]) by ironport2.bredband.com with ESMTP; 19 Feb 2007 20:09:41 +0100 From: Daniel Tourde To: Kris Kennaway Date: Mon, 19 Feb 2007 20:09:41 +0100 User-Agent: KMail/1.9.5 References: <200702191920.46356.daniel.tourde@spray.se> <20070219182520.GA41258@xor.obsecurity.org> In-Reply-To: <20070219182520.GA41258@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702192009.42715.daniel.tourde@spray.se> Cc: freebsd-questions@freebsd.org Subject: Re: Is it possible to build sun-jdk-1.5 from the source? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.tourde@spray.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2007 19:09:44 -0000 Hello, > On Mon, Feb 19, 2007 at 07:20:45PM +0100, Daniel Tourde wrote: > > Hello, > > > > Is it possible to build sun-jdk-1.5 from the source code? > > If yes, how to do that? > > Yes, use the port. > > > To be honest, I would like to avoid to install a binary that requires > > Linux support packages. It's not that I do not like Linux (I have 3 > > Gentoo Linux at my disposal), it's simply that my machine is a FreeBSD > > machine and I would like to keep it as simple as possible. > > Unfortunately java is written in java so you will have to install a > binary compiler (either linux or freebsd) first to bootstrap. OK. Where could I find the FreeBSD binary? Are you referring to: http://www.freebsdfoundation.org/downloads/java.shtml ? Then, would the binary be replaced by the one compiled or would they be in parallel on my system? Daniel