Installing
-
2. Downloading Eclipse
Download Latest Eclipse 2022-03 R IDE Java EE for Linux:
-
3. Extracting Eclipse
Next Extract Eclipse Archive into /tmp
Possibly Double-Click on it to Open with Archive Manager:
Or from Shell:tar xvzf $HOME/Downloads/eclipse*.tar.gz -C /tmp/
-
4. Installing Eclipse
Now to Install Eclipse JEE IDE
First, Set Ownership with:sudo chown -R root:root /tmp/eclipse
Again to Switch Contents:
sudo mv /tmp/eclipse /opt/
Finally, make a Symlink for Easy Launching from Shell:
sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
-
5. Setting Up Java
How to Install Required Oracle JDK on Linux Mint
Contents