From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 01:36:23 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 7A3A516A4CE for ; Fri, 28 Jan 2005 01:36:23 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6D743D4C for ; Fri, 28 Jan 2005 01:36:23 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (pD9E68C71.dip.t-dialin.net [217.230.140.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 38E6031345; Fri, 28 Jan 2005 02:37:39 +0100 (CET) Message-ID: <41F9972D.70003@incubus.de> Date: Fri, 28 Jan 2005 02:36:45 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gert Cuykens References: <20050127183134.GA88173@0lsen.net> <41F97701.6090409@incubus.de> <41F977C7.2030207@incubus.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Java Runtime Environment (JRE)? 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, 28 Jan 2005 01:36:23 -0000 Gert Cuykens wrote: > So is the linux emulation a bad thing or a good thing, i dont > understand very well what we need to do here to have java 1.5 in > firefox on my amd 64 ? sorry :) Linux emulation is both a good, and a bad thing. Good, because software that is available only for Linux (usually binary-only, closed-source) can be run on FreeBSD, and bad, because it removes an (albeit small) incentive to port applications to FreeBSD (or NetBSD, ...). I've never used java with firefox so I can't help you there. mkb.