Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.31 KB

install-eclipse-java-ee.md

File metadata and controls

50 lines (37 loc) · 1.31 KB
description tags
How to install Eclipse Java Enterprise Edition on your Linux Desktop Environment.
how-to
elementary
nextcloud
linux-desktop

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;