Marco Betschart
Search…
Marco Betschart
About Me
Curriculum Vitae
About this Website
Recent Activities
Got a Question?
My Projects
My Areas
Resources
Add Binary to GitHub Gist
Catch-All E-Mail Address on Gandi.net
Dell XPS 7390 eGPU
Linux Desktop
Calibre Settings PDF conversion
Convert Kobo ACSM to DRM free ePub
Encrypt USB Stick with Vera Crypt
Install Eclipse Java EE
Install Nextcloud Client
Install Oracle SQL Developer
Install Steam
Setup Printer and Scanner
Setup Local Kubernetes Development Environment
VSCode: Vala Development
Archives
Open Source Contributions
Powered By
GitBook
Install Eclipse Java EE
How to install Eclipse Java Enterprise Edition on your Linux Desktop Environment.
If you like my work,
❤️ Sponsor Me
. It would mean the world to me!
Download
Download the Eclipse IDE for Enterprise Java Developers from the following URL (Linux x86_64):
https://www.eclipse.org/downloads/packages/
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:
Replace
USER
with your actual username.
[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;
Previous
Encrypt USB Stick with Vera Crypt
Next
Install Nextcloud Client
Last modified
8mo ago
Copy link
Outline
Download
Extract
Integrate