EclipseSettings

How to set up Eclipse 3.5 on Debian/SID for multi-user usage.

Packages

sudo aptitude install openjdk-6-jdk
sudo update-java-alternatives --set java-6-openjdk

Installation

Download the latest Eclipse bundle from one of their mirrors:

Unpack it in /opt/ and set appropriate owner and group:

cd /opt/
tar xfz path/to/eclipse-SDK-3.5-linux-gtk-x86_64.tar.gz
chown root:root -R eclipse

Customize eclipse.ini

Add this parameters to eclipse.ini for improved stability on Debian/amd64.
-vmargs
-XX:PermSize=256m
-XX:MaxPermSize=512m
-Xms512m
-Xmx1024m
-XX:+UseParallelGC
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith

Running Eclipse

Run Eclipse as an unprivileged user:
Language 'sh' not supported


/opt/eclipse/eclipse

Plugins

Each of the next links points directly to the according update site of the project.
Topic revision: r10 - 01 Jul 2009 - 07:17:31 - FladischerMichael
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Fladi.at? Send feedback