From owner-freebsd-questions@FreeBSD.ORG Tue Feb 20 20:44:12 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 AAF2816A7AF for ; Tue, 20 Feb 2007 20:44:12 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.freebsd.org (Postfix) with ESMTP id D5FA313C478 for ; Tue, 20 Feb 2007 20:44:11 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from ironport.bredband.com ([195.54.107.82] [195.54.107.82]) by mxfep02.bredband.com with ESMTP id <20070220204410.OATF2832.mxfep02.bredband.com@ironport.bredband.com> for ; Tue, 20 Feb 2007 21:44:10 +0100 Received: from c-748572d5.023-68-73746f42.cust.bredbandsbolaget.se (HELO maerlyn.bredbandsbolaget.se) ([213.114.133.116]) by ironport.bredband.com with ESMTP; 20 Feb 2007 21:44:10 +0100 From: Daniel Tourde To: Vince Date: Tue, 20 Feb 2007 21:44:09 +0100 User-Agent: KMail/1.9.5 References: <200702191920.46356.daniel.tourde@spray.se> <45DB2904.9050204@unsane.co.uk> In-Reply-To: <45DB2904.9050204@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702202144.10708.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: Tue, 20 Feb 2007 20:44:12 -0000 Hello, > > Is it possible to build sun-jdk-1.5 from the source code? > > If yes, how to do that? > > > > 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. > > Your best bet in that case would be to install the diablo package from > http://www.freebsdfoundation.org/downloads/java.shtml (for me the 6.1 > package works fine on 6.2 and i've seen posts from other people saying > the same.) Then install the sun jdk port, which can use the diablo > package to build. You can then deinstall the diablo jdk. That's exactly what I did and it worked flawlessly. Thanks all of you for the help. ;) Daniel