The following commands are easy and perfect to install Eclipse on Ubuntu 14 and above. This tutorial was tested using
Steps to install Eclipse:
- Ubuntu 16.04
- Eclipse Oxygen
Steps to install Eclipse:
- Download the Eclipse tar.gz file using url - https://www.eclipse.org/downloads/
- Right click on Eclipse tar.gz file and Extract it.
- After extracting Eclipse it will have the folder name eclipse-installer
- In Eclipse-installer folder Right-Click on eclipse-inst.exe file and click run
- Some time it requires JRE/JDK 8 or higher version so to install JRE/JDK 8 use following command
sudo apt-get install openjdk-8-jre-headless
- Select the type of version you want to install (in my case i am installing JAVA IDE for Java Developers)
- Select the folder (optional) where you want to install eclipse and hit Install.
- Within the installation process it will ask for certificate trust, Select certificates and click Accept Selected.
- Done you have successfully installed Eclipse, Click on Launch for working with eclipse.
Comments
Post a Comment