Date: Tue, 3 Nov 2009 10:13:45 -0600 From: "Rick C. Petty" <rick-freebsd2009@kiwi-computer.com> To: Patrick Mackinlay <patrick@spacesurfer.com> Cc: freebsd-java@freebsd.org, Ronald Klop <ronald-freebsd8@klop.yi.org> Subject: Re: jvm crash using eclipse Message-ID: <20091103161345.GA65508@keira.kiwi-computer.com> In-Reply-To: <4AEC6C66.9040802@spacesurfer.com> References: <4AEB3720.2000301@spacesurfer.com> <op.u2nv2xgw8527sy@82-170-177-25.ip.telfort.nl> <4AEC6C66.9040802@spacesurfer.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091103161345.GA65508>