From owner-freebsd-java@FreeBSD.ORG Fri May 19 08:12:13 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 4085F16A41F for ; Fri, 19 May 2006 08:12:13 +0000 (UTC) (envelope-from freebsd-java@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562EB43D46 for ; Fri, 19 May 2006 08:12:11 +0000 (GMT) (envelope-from freebsd-java@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fh05Q-0004q2-6M for freebsd-java@freebsd.org; Fri, 19 May 2006 10:11:52 +0200 Received: from panix2.panix.com ([166.84.1.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 10:11:52 +0200 Received: from mark.evenson by panix2.panix.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 10:11:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-java@freebsd.org From: Mark Evenson Date: Fri, 19 May 2006 10:10:59 +0200 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: panix2.panix.com User-Agent: Thunderbird 1.5.0.2 (X11/20060518) Sender: news Subject: Questions about JDK 1.5 Diablo vs. SCSL port 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: Fri, 19 May 2006 08:12:13 -0000 I've been away from FreeBSD Java development for a while, so I need a little clarification about the differences between the JDK 1.5 versions available. Any pointers to source material would be greatly appreciated. FreeBSD currently has two versions of the Sun JDK 1.5, the version produced by the FreeBSD Foundation for binary distribution (Diablo) and the SCSL port effort. Diablo is based on the Sun JDK 1.5 Update 6 sources. It was produced through finacial donations, has necessarily closed sources due to the licensing terms, was a large effort (for the Foundation), has passed all of the necessary Sun certification tests, and is not likely to be worked on further without really compelling reasons. The SCSL port is based on the the initial Sun JDK 1.5 sources and has no access to the Update sources due licensing terms. Access to the Update sources may be possible in the future if something comes out of the noise from JavaONE 2006 about "open sourcing" Java produces any tangible benefits, or we are able to incorporate updates from the JRL (?), but nothing can be said with any certainty. Thanks for any clarifications of these statements.