From owner-freebsd-java@FreeBSD.ORG Thu Nov 5 00:04:37 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3977C1065698 for ; Thu, 5 Nov 2009 00:04:37 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from hamlet.setfilepointer.com (hamlet.SetFilePointer.com [63.224.10.2]) by mx1.freebsd.org (Postfix) with SMTP id D9F188FC16 for ; Thu, 5 Nov 2009 00:04:36 +0000 (UTC) Received: (qmail 9191 invoked from network); 4 Nov 2009 18:04:35 -0600 Received: from keira.kiwi-computer.com (HELO kiwi-computer.com) (63.224.10.3) by hamlet.setfilepointer.com with SMTP; 4 Nov 2009 18:04:35 -0600 Received: (qmail 84443 invoked by uid 2001); 5 Nov 2009 00:04:35 -0000 Date: Wed, 4 Nov 2009 18:04:35 -0600 From: "Rick C. Petty" To: Ronald Klop Message-ID: <20091105000435.GA84349@keira.kiwi-computer.com> References: <4AEB3720.2000301@spacesurfer.com> <4AEC6C66.9040802@spacesurfer.com> <20091103161345.GA65508@keira.kiwi-computer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org Subject: Re: jvm crash using eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2009@kiwi-computer.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 00:04:37 -0000 On Thu, Nov 05, 2009 at 12:07:36AM +0100, Ronald Klop wrote: > > >That depends upon which setting you use. If you choose svnkit, subclipse > >uses only java; if you choose JavaHL, it tries to link with the native > >svn > >libraries. To do the latter, subversion needs to be configured and built > >using "--enable-javahl" (this is not done in our current ports tree). > >You > >need to use JavaHL if you want subclipse to integrate with kerberos, for > >example. > > It took me a while to discover this, but /usr/ports/java/subversion-java > installs the javahl library. Aha! That wasn't around when I initially installed subversion. Glad to know libsvnjavahl-1 still works with subversion 1.6.4. Thanks for the info! -- Rick C. Petty