Eclipse for Java EE Quick Start on Ubuntu 16.04 Xenial
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Eclipse 2023-12 R IDE for Java EE Developers on Ubuntu Linux 16.04 Xenial Xerus LTS i386/Amd64 Unity Desktop.
There is the also to Install the Eclipse Platform via apt-get But the Ubuntu 16.04 Xenial apt Repositories are still Back to a Legacy Eclipse Flavor.
So at the Moment if you want Install the Latest Release of Eclipse 2023-12 R Build on Ubuntu Linux 16.04 you will Need to Download and Install Eclipse 2023-12 R Release for Linux.
As Requisite an Oracle Java JDK 8+ Installation to Run Eclipse and its Plugins for the Best Results.
-
Open a Terminal Shell emulator window
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands).In case first see: Terminal QuickStart Guide.
-
Download Eclipse IDE for Java EE on Linux
-
Double-Click on Archive and Extract Eclipse into /tmp.
Or from Command Line:tar xvzf ~/Downloads/eclipse*tar.gz -C /tmp/
-
How to Install Required Oracle Java JDK on Ubuntu
-
Relocating Eclipse Folder.
sudo chown -R root:root /tmp/eclipse
If Got “User is Not in Sudoers file” then see: How to Enable sudo
sudo mv /tmp/eclipse /opt/
Making a Symlinksudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
Launching Eclipse
from Terminal simply with:eclipse
How to Create an Eclipse Desktop Launcher for Easy-Starting:
Ubuntu Launcher.-
How to Quick Start with Java EE Hello-World & Deployment