Skip to content

Instantly share code, notes, and snippets.

@mks-d
Created September 26, 2017 16:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mks-d/5f3b4c575ca1322fdfb37809014df0c8 to your computer and use it in GitHub Desktop.
Save mks-d/5f3b4c575ca1322fdfb37809014df0c8 to your computer and use it in GitHub Desktop.
Install Ecliipse on Ubuntu
1. Download the Eclipse *installer*, usually named:
eclipse-inst-linux64.tar.gz
2. Unpack it and run eclipse-inst that is inside, just in Nautilus.
3. When done Eclipse should simply be installed in /home/<username>/eclipse
4. The installer might add a desktop file at /usr/share/applications/eclipse.desktop
Edit that file and ensure that the Exec and Icon paths are correct, eg;
Icon=/home/<username>/eclipse/jee-oxygen/eclipse/icon.xpm
Exec=/home/<username>/eclipse/jee-oxygen/eclipse/eclipse
5. Run (this might not be necessary):
desktop-file-install /usr/share/applications/eclipse.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment