- Extract the eclipse.XX.YY.tar.gz using
$ tar -zxvf eclipse.XX.YY.tar.gz - Become root.
$ sudo su - Copy the extracted folder to
/opt
# cp -r eclipse.XX.YY /opt - Create a desktop file and place it into
/usr/share/applications
and copy the following to the# gedit /usr/share/applications/eclipse.desktopeclipse.desktopfile.
[Desktop Entry] Name=Eclipse Type=Application Exec=/opt/eclipse/eclipse Terminal=false Icon=/opt/eclipse/icon.xpm Comment=Integrated Development Environment NoDisplay=false Categories=Development;IDE Name[en]=eclipse.desktop - Create a symlink in
/usr/local/binusing
# cd /usr/local/bin # ln -s /opt/eclipse/eclipse
Sunday, September 16, 2012
install eclipse
http://askubuntu.com/questions/26632/how-to-install-eclipse
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment