From owner-freebsd-questions@FreeBSD.ORG Thu Mar 6 10:42:07 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32FF510656C1 for ; Thu, 6 Mar 2008 10:42:07 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0176F8FC23; Thu, 6 Mar 2008 10:42:05 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47CFCA7D.5020305@FreeBSD.org> Date: Thu, 06 Mar 2008 11:42:05 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Jonathan Chen References: <200803052205.34227.freebsd@insightbb.com> <20080306064252.GA10867@osiris.chen.org.nz> In-Reply-To: <20080306064252.GA10867@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, Steven Friedrich Subject: Re: Which jdk port should I use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 10:42:07 -0000 Jonathan Chen wrote: > On Wed, Mar 05, 2008 at 10:05:34PM -0500, Steven Friedrich wrote: >> I have two installed: >> diablo-jdk-1.5.0.07.01_9 >> jdk-1.5.0.14p8,1 > > The native JDK is the one to use in most cases; eg: if you're > running FreeBSD-7, eclipse won't work properly unless you're using the > native jdk. I assume you mean "native" in the sense of "compiled for FreeBSD 7 instead of FreeBSD 6". They are both native FreeBSD binaries :-) But yes, you should be using the self-compiled jdk on FreeBSD 7 for other reasons: it has better performance. Once a 7.x build of diablo is released you can switch to that. Kris