description | tags | ||||
---|---|---|---|---|---|
How to install Eclipse Java Enterprise Edition on your Linux Desktop Environment. |
|
{% hint style="info" %} If you like my work, ❤️ Sponsor Me. It would mean the world to me! {% endhint %}
Download the Eclipse IDE for Enterprise Java Developers from the following URL (Linux x86_64):
Extract the downloaded *.tar.gz
file to ~/Applications/eclipse
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;