[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Update to Subclipse on Debian wiki...

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-08-01 16:49:32 CEST

"Redefined Horizons" <redefined.horizons@gmail.com> wrote on 08/01/2006
10:35:31 AM:

> Here is the URL to the wiki:
>
>
http://tips4javadevelopmentondebian.pbwiki.com/Working%20With%20Eclipse,%
> 20Subclipse,%20and%20Subversion

A few comments:

1) There are several ways to control the JVM used to run Eclipse. The
simplest is probably to use the -vm command line argument to the Eclipse
launcher. See:
http://wiki.eclipse.org/index.php/FAQ_How_do_I_run_Eclipse%3F

2) The unlimited strength JCE only needs to be downloaded and applied if
the JavaSVN adapter is going to be used, and then only if the https://
protocol is going to be used.

3) We do not really have a recommended adapter. JavaHL is the default if
a proper version is found, otherwise it falls back to JavaSVN. I would
generally recommend that people read the SVN Protocols document you link
to and base their decision on that.

4) When I have used Debian systems (most Linux systems) when the JavaHL
library is installed it is not found by default. The library is installed
into /usr/lib/jni by default. All Debian-aware JVM's are supposed to look
in this folder for libraries, but at least the Sun one does not. So you
either need to symlink the library into a location that the JVM is
looking, or set the LD_LIBRARY_PATH environment variable prior to
launching Eclipse.

Thanks

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Aug 1 16:55:50 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.