From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 11:02:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0D716A4CE for ; Fri, 7 Jan 2005 11:02:59 +0000 (GMT) Received: from thingy.apana.org.au (adsl-175.isp.net.au [202.1.119.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF4F43D1D for ; Fri, 7 Jan 2005 11:02:58 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from fun by thingy.apana.org.au with local (Exim 3.36 #1 (Debian)) id 1Cmrsg-0004s9-00; Fri, 07 Jan 2005 22:02:10 +1100 Date: Fri, 7 Jan 2005 22:02:10 +1100 From: David Gerard To: Paul Krill , freebsd-questions@freebsd.org Message-ID: <20050107110210.GR2280@thingy.apana.org.au> References: <20050106123456.GC2280@thingy.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i Subject: Re: Sun revokes FreeBSD license for Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 11:02:59 -0000 Ted Mittelstaedt (tedm@toybox.placo.com) [050107 17:37]: > David Gerard > > Ted Mittelstaedt (tedm@toybox.placo.com) [050106 06:29]: > > > It's of course quite legal for end users to download the JDK directly > > > from Sun and compile it on FreeBSD themselves and then use it. > > The main problem with this approach is that it requires a > > ridiculous amount > > of jumping through hoops - first you have to install the Linux > > compatibility interface and libraries (20 megabyte download and a > > reboot?), > Are you sure your not talking about the BINARY distributions? I > was referring the the source here: > http://www.sun.com/software/communitysource/j2se/java2/download.html > Only the Java Cryptography Extension is unavailable as source. More info > is of course available on the FreeBSD Java mailing list. I'm talking about installing from ports, which goes and compiles all three things (Linux compatibility, Linux Java, FreeBSD Java), I thought. - d.