Skip to content

Instantly share code, notes, and snippets.

@trfiladelfo
Forked from waloriju/Eclipse-Kepler-x86_64.md
Created August 11, 2013 01:53
Show Gist options
  • Save trfiladelfo/6203045 to your computer and use it in GitHub Desktop.
Save trfiladelfo/6203045 to your computer and use it in GitHub Desktop.
#check java
java -version
#download last version
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/R/eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz&r=1
#extract package
tar xvf <foldername>
#move
sudo mv eclipse /opt
#link to all users
sudo ln -s /opt/eclipse/eclipse /usr/bin/eclipse
#Unity Dash
sudo gedit /usr/share/applications/eclipse.desktop
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment