Dieses Blog durchsuchen

Mittwoch, 3. August 2016

Install Eclipse on ubuntu 16.04

On ubuntu 16 eclipe comes with an installer.  

1) Download Eclipse from here: 
http://www.eclipse.org/downloads/

if you do not have the openjdk-8 installed, open a terminal an type:
sudo apt-get install openjdk-8-jdk

2) change to your download directory wher you have downloaded eclipse and unpack it

3) run the installer on the terminal:
./eclipse-inst

After that you have to decide which type of a programmer you are.
I decided to be  java developer.

4) Choose the path where you want to install eclipse.
I have choosen /usr/local/bin/eclipse 

5) Accept the disclaimer

6) Accept the next packagedisclaimer by selecting the small checkbox on the left in the upper window and press okay.

7) Get a cup of coffee. 

8) Now you can "launch" eclipse 

9) After that you are asked to choose a workspace folder:
- I have choosen /home/<myuser>/Documents/eclipse



Thats it. Eclipse will run an you can start working

Keine Kommentare:

Kommentar veröffentlichen