Monday, February 15, 2010

How to install Eclipse on Fedora 10

1. Visit the following url for downloading:

http://www.eclipse.org/downloads/

(eclipse-jee-galileo-SR1-linux-gtk-x86_64.tar.gz)

2. Copy the downloaded file to /usr/local (or to into a directory or your choice)

cp eclipse-jee-galileo-SR1-linux-gtk-x86_64.tar.gz /usr/local/

3. Change the current directory

cd /usr/local/

4. Unzip/untar the file

tar -zxvf eclipse-jee-galileo-SR1-linux-gtk-x86_64.tar.gz

4. Run eclipse

cd eclipse
./eclipse

No comments:

Post a Comment