Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Install Eclipse Java EE

elementary OS: 6 Odin Status: Verified

{% hint style=“info” %} If you like my work, ❤️ Sponsor Me. It would mean the world to me! {% endhint %}

Download

Download the Eclipse IDE for Enterprise Java Developers from the following URL (Linux x86_64):

Extract

Extract the downloaded *.tar.gz file to ~/Applications/eclipse

Integrate

As last step, create a Desktop Shortcut for your Launcher. To do so, create a new ~/.local/share/applications/eclipse.desktop file:

{% hint style=“warning” %} Replace USER with your actual username. {% endhint %}

[Desktop Entry]
Name=Eclipse Java EE
Comment=Eclipse IDE for Enterprise Java Developers
GenericName=Java IDE
Exec=/home/USER/Applications/eclipse/eclipse
Icon=/home/USER/Applications/eclipse/icon.xpm
Type=Application
StartupNotify=true
Categories=Utility;Java;Development;IDE;