From owner-freebsd-java@FreeBSD.ORG Wed Nov 4 05:40:28 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 4ABED106566C for ; Wed, 4 Nov 2009 05:40:28 +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 EC9CD8FC20 for ; Wed, 4 Nov 2009 05:40:27 +0000 (UTC) Received: (qmail 40166 invoked from network); 3 Nov 2009 23:40:26 -0600 Received: from keira.kiwi-computer.com (HELO kiwi-computer.com) (63.224.10.3) by hamlet.setfilepointer.com with SMTP; 3 Nov 2009 23:40:26 -0600 Received: (qmail 65582 invoked by uid 2001); 3 Nov 2009 16:13:45 -0000 Date: Tue, 3 Nov 2009 10:13:45 -0600 From: "Rick C. Petty" To: Patrick Mackinlay Message-ID: <20091103161345.GA65508@keira.kiwi-computer.com> References: <4AEB3720.2000301@spacesurfer.com> <4AEC6C66.9040802@spacesurfer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AEC6C66.9040802@spacesurfer.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org, Ronald Klop Subject: Re: jvm crash using eclipse X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 05:40:28 -0000 On Sat, Oct 31, 2009 at 04:57:10PM +0000, Patrick Mackinlay wrote: > ipv4 one. I use subclipse-1.6.2, this is the only thing that I think > will use TCP/IP (does subclipse run the command line client or do the > connection itself?). The only other things that will use TCP/IP are the 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. -- Rick C. Petty