From owner-freebsd-performance@FreeBSD.ORG Fri Apr 21 19:52:33 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 7263916A400 for ; Fri, 21 Apr 2006 19:52:33 +0000 (UTC) (envelope-from patpro@patpro.net) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 179E843D45 for ; Fri, 21 Apr 2006 19:52:33 +0000 (GMT) (envelope-from patpro@patpro.net) Received: from [82.235.12.223] (boleskine.patpro.net [82.235.12.223]) by smtp2-g19.free.fr (Postfix) with ESMTP id 5532D73129; Fri, 21 Apr 2006 21:52:32 +0200 (CEST) In-Reply-To: <4449315E.8010003@rogers.com> References: <7471F687-D1AC-4656-A037-CFED130A406D@patpro.net> <44487B21.7000203@rogers.com> <76653CEC-76E4-4E9B-904C-C637BFD3F210@patpro.net> <4449315E.8010003@rogers.com> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2B1500E3-EFCD-4D48-B44C-ECEA18C78645@patpro.net> Content-Transfer-Encoding: 7bit From: Patrick Proniewski Date: Fri, 21 Apr 2006 21:52:31 +0200 To: Mike Jakubik X-Mailer: Apple Mail (2.749.3) 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:52:33 -0000 On 21 avr. 2006, at 21:24, Mike Jakubik wrote: > 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. great news, thanks. Patrick