Eclipse Ganymede on Ubuntu
Posted in nerdliness on Jul 22nd, 2008
(These steps assume you already have a version of Eclipse installed under /opt.) Step 1. Download Eclipse Ganymede: $ wget http://ftp.osuosl.org/pub/eclipse/technology/epp/downloads/release/ganymede/R/eclipse-jee-ganymede-linux-gtk.tar.gz (NB: I’m using the J2EE version, adjust the download if you want a different install.)[1] Step 2. Untar the downloaded file. $ tar xzvf eclipse-jee-ganymede-linux-gtk.tar.gz Step 3. Change to the /opt directory. $ cd [...]