Step-by-step – How to Install Eclipse Java on Kali

March 13, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading

    Download Eclipse-06 R IDE Java

    Eclipse-06 R IDE Java Linux

    Skip the Eclipse Installer and Get the Eclipse Binaries…

  2. 3. Extracting

    Then Extract Eclipse into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    Step-by-step Eclipse Java Kali GNU/Linux Installation Easy Guide - Extraction
    Or from Command Line:

    tar xvzf $HOME/Downloads/eclipse*.tar.gz -C /tmp/
  3. 4. Installing Eclipse

    Then to Install Eclipse for Java IDE
    First, Set Ownership to the SuperUser with:

    sudo chown -R root:root /tmp/eclipse

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And then Switch the Eclipse 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 Java JDK on Kali

    Install Oracle JDK for Kali

Contents


QuickChic Theme • Powered by WordPress