On Thu, Oct 16, 2008 at 8:34 AM, Alexander Lehmann <lehmanna_at_in.tum.de> wrote:
> thought I'd share some info about how I got Subclipse 1.4 up and running on
> Eclipse Ganymede on Mac OS 10.5.
> As I am using fink I didn't want to install the recommended svn packages from
> openCollabNet. I have, however, the fink packages svn, svn-client and svn-javahl
> installed.
>
> Since I like to stick with clicking on the Eclipse application icon instead of
> starting eclipse manually from the terminal in order to tell Eclipse where to
> find the neccessary JavaHL libraries, I had to add the following line to the
> file eclipse.ini located under Eclipse.app/Contents/MacOS right after the line
> that says "-vmargs":
>
> -Djava.library.path=/sw/lib/svn15
>
> Summa summarum, eclipse.ini (with nothing changed except the beforementioned
> line) now looks as follows:
>
> -showsplash
> org.eclipse.platform
> -startup
> ../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
> --launcher.library
> ../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
> -vmargs
> -Djava.library.path=/sw/lib/svn15
> -Xdock:icon=../Resources/Eclipse.icns
> -XstartOnFirstThread
> -Xms40m
> -Xmx256m
> -XX:MaxPermSize=256m
> -Dosgi.requiredJavaVersion=1.5
> -Dorg.eclipse.swt.internal.carbon.smallFonts
>
> Don't forget to install the JavaHL adapter available from Subclipse's update site.
Thanks. I also have similar information in this Wiki page:
http://desktop-eclipse.open.collab.net/wiki/JavaHL
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-10-16 09:59:48 CEST