From owner-freebsd-performance@FreeBSD.ORG Fri Apr 21 19:24:06 2006 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF9CB16A403 for ; Fri, 21 Apr 2006 19:24:06 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 317C143D45 for ; Fri, 21 Apr 2006 19:24:06 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 67420 invoked from network); 21 Apr 2006 19:24:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=LqjweuNrWKRXSsu4teYlNKkdFush8OmF4TBZlV9bPYG4j/wT6lUXdFVNmE9rP9YpmfawJGniS7SrNkcuVVUWRNh6Oyb7Y3mIKdAhqgMEZCiUKWeuAPZrxenJDvAUNWnJtMSzHz7Hkb/L8mPMSfX2Zk+QByWZpic5EZaCOIPKz+E= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 21 Apr 2006 19:24:05 -0000 Message-ID: <4449315E.8010003@rogers.com> Date: Fri, 21 Apr 2006 15:24:14 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Patrick Proniewski References: <7471F687-D1AC-4656-A037-CFED130A406D@patpro.net> <44487B21.7000203@rogers.com> <76653CEC-76E4-4E9B-904C-C637BFD3F210@patpro.net> In-Reply-To: <76653CEC-76E4-4E9B-904C-C637BFD3F210@patpro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org Subject: Re: what about java application performances ? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 19:24:06 -0000 Patrick Proniewski wrote: > By the way, I understand that installing a native java on FreeBSD is > not straighforward, isn't it ? one have to go with a java in > compat_linux and then build a java for the freebsd host, is it right ? Its very straight forward, cd /usr/ports/java/diablo-jre15 && make install. FreeBSD has obtained a binary license from SUN, the diablo* distributions are all native and do not require any linux components.