Setting Up
-
4. Installing Eclipse on Debian
Next follow with GNU/Linux Debian Eclipse Installation.
For a System wide installation we make the superUser as owner:
sudo chown -R root:root /tmp/eclipse
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then we Move the Eclipse content into the /opt Directory with:sudo mv /tmp/eclipse /opt/
Again make a Symlink to put Eclipse into the working Path:
sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
-
5. Oracle Java JDK Installation
How to Install Recommended Oracle Java JDK on Debian
Contents