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

[Subclipse-users] Subclipse, JavaHL and fink

From: Alexander Lehmann <lehmanna_at_in.tum.de>
Date: Thu, 16 Oct 2008 08:34:29 +0200

Hi there,

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.

Regards,
Alexander

---------------------------------------------------------------------
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 08:43:37 CEST

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.