From owner-freebsd-java@FreeBSD.ORG Sat Apr 22 08:49:09 2006 Return-Path: X-Original-To: freebsd-java@FreeBSD.org 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 1BCF316A400 for ; Sat, 22 Apr 2006 08:49:09 +0000 (UTC) (envelope-from alex@kiesel.name) Received: from xhantos.de (xhantos.de [82.165.42.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9FF443D46 for ; Sat, 22 Apr 2006 08:49:06 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from boost.home.ahk (p54A30A7D.dip0.t-ipconnect.de [84.163.10.125]) by xhantos.de (Postfix) with ESMTP id 427679B446; Sat, 22 Apr 2006 10:50:04 +0200 (CEST) From: Alex Kiesel To: Michael Vince In-Reply-To: <44499D22.3070507@thebeastie.org> References: <44499D22.3070507@thebeastie.org> Content-Type: text/plain Date: Sat, 22 Apr 2006 10:48:54 +0200 Message-Id: <1145695734.756.2.camel@boost.home.ahk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-java@FreeBSD.org Subject: Re: FreeBSD binary Java and source Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 08:49:09 -0000 On Sat, 2006-04-22 at 13:04 +1000, Michael Vince wrote: > Hey all, > > I just wanted to know if there is a difference between the binary > supplied Diablo Java and the Java I can build in the ports tree? > As in is it a binary because it has source code compiled into it that > Sun didn't want the rest of the world to see? or is it just a certified > binary of what I could build in the ports tree and is offered for the > case of ease and standards? It is AFAIK the certified binary, plus it contains numerous Sun patches (The Diablo Java is jdk-1.5.0 update 6) in comparison again the source java (update 0 - if you want to call it this way). Regards, -Alex