Monday, November 26, 2018

Eclips Installation in Ubuntu 18.04

Eclipse is an integrated development environment used in computer programming.

So in this article we are presenting how to install eclipse for your Ubuntu 18.04 operating system.

Steps : 


first type and run the update command

sudo apt update


then check your installed Java version

so in my computer java is not installed. Therefore Terminal gives us an options to install Java.

Therefore I have installed Java using following command.
 sudo apt install default-jre


Then type the following command to install Eclipse

After installation you can open the Eclipse IDE

 

you need to assign a workplace location. I selected the default position.


 
Eclipse IDE looks like this



No comments:

Post a Comment