Eclipse Java Ee Installation in Linux Mint 20 – Step-by-step

January 26, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Eclipse

    Download Latest Eclipse 2022-03 R IDE Java EE for Linux:

    Eclipse 2022-03 R IDE JEE Linux
  2. 3. Extracting Eclipse

    Next Extract Eclipse Archive into /tmp
    Possibly Double-Click on it to Open with Archive Manager:

    How to Install Eclipse Java EE on Linux Mint 20 - Extraction
    Or from Shell:

    tar xvzf $HOME/Downloads/eclipse*.tar.gz -C /tmp/
  3. 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
  4. 5. Setting Up Java

    How to Install Required Oracle JDK on Linux Mint

    Oracle JDK Installation for Linux Mint

Contents


QuickChic Theme • Powered by WordPress