Install Eclipse IDE Mars in Linux Ubuntu

By | January 28, 2016

Download and Install Eclipse IDE Mars in Linux Ubuntu

Here we have listed a Step – By – Step Tutorial To Download Eclipse IDE and Install Eclipse IDE Mars in Linux Ubuntu to Execute Java Programs on Linux. We hope that you have configured your Linux Machine with Java JDK.

Install Eclipse IDE Mars in Linux Ubuntu

Eclipse provides Integrated Development Environment (IDEs) and Platforms for multiple programming languages including Java, C, C++ and others. It is probably the Best IDEs for Java Programming.

Part I: Download Eclipse Mars IDE For Linux Ubuntu

You can Download Eclipse Mars Package from its Official Website. It has many versions to download which include PHP, Java EE, C/C++ and many others.

Download Link: Download Mars Eclipse IDE For Macintosh
Download Link: Download Eclipse Mars IDE For Microsoft Windows
Download Link: Download Eclipse IDE For Linux Ubuntu

Step 1: Select the Operating System

You need to select the Operating System and its version if its 32-bit or 64-bit. If you download the wrong Eclipse version, it is very difficult to install it.

For Java Eclipse Installation, I would suggest you to go with Eclipse IDE Java EE Developers.

Step 2: Download Eclipse Mars IDE for Linux

After you have selected the correct version, you should now Hit the Download Button.

Part II: Install Eclipse IDE Mars in Linux Ubuntu

Step 1. Copy it in Home Folder

After you have downloaded Eclipse for Ubuntu, you will get a .tar extension file with the name eclipse-inst-linux64.tar. However, it may vary depending upon your version.

Depending on which location you want to Install Eclipse IDE in Linux Ubuntu System, you should copy the .tar file into that location. For Easy Installation, Move Eclipse Package to the Home Folder in your Linux System manually.

Step 2: Start the Linux Terminal

We shall Execute all the Commands using Linux Terminal. The Eclipse IDE Installation will be done through the Linux Commands.

Step 3: Decompress the .tar.gz File

Note: If you’re downloaded file is with .tar.gz extension, do this step. Else, Skip to Step 4.

If your Eclipse Package is in Home Folder, you can just follow the next steps. Else, you need to Change the Directory by using cd Command and point to the directory containing Eclipse Package.

Type the following Command in Linux Terminal:

Step 4. Extract the Archive

Now, you need to extract the Eclipse Archive File through the Linux Terminal Commands. This Command is basically the First Step to Install Eclipse IDE Mars in Linux Ubuntu OS.

Type the Following Command in Linux Terminal:

Install Mars in Ubuntu using Terminal

Step 5. Change Directory

After you have Extracted the Eclipse Archive, you will get an Eclipse Folder within Home Directory. Now, you need to Change the Directory and move into that folder by using cd command.

 

Type the Following Command in Linux Terminal:

Mars Eclipse Installation in Linux Ubuntu

6. List Command

After you have used Change Directory Command, you need to see all the Files within it. We are searching for a file named eclipse-inst which may have a .sh extension. However, it is not mandatory. To view the Contents of a Folder in Linux, you can use ls command.

Type the Following Command in Linux Terminal:

Install Eclipse Mars in Linux Ubuntu

7. Execute Linux Eclipse File

After you get a list of every File present within that directory, you should search for a .sh extension file which is executable in Linux Systems. .sh Extension File is the one which can help you to Install Eclipse IDE Mars in Linux Ubuntu Operating System.

As soon as you type this Command, you will get an Eclipse Installation Pop up with GUI which is explained in detail in the Next Step of this Tutorial.

Type the Following Command in Linux Terminal:

Download and Install Java Eclipse IDE Mars in Ubuntu

Part III: Run Eclipse in Linux Ubuntu

Step 1: Select the Mars Eclipse IDE

Here, you need to Select the Eclipse IDE that you want to Install for the Programming Language of your choice. If you’re intension is to use Java Language for Eclipse, you should choose the Eclipse IDE for Java EE Developers.

Run and Install Java Eclipse IDE in Linux Ubuntu

Step 2: Set The Installation Folder

Set the Location or the Installation Folder where you want to Install Eclipse IDE in Linux Ubuntu Systems.

I would suggest to keep it default if you are a beginner in Linux Ubuntu System.

 
Select Location of Java Eclipse Mars Installation

Step 3: Launch Eclipse Mars IDE on Linux Ubuntu Systems

After you click on the Install Button, it takes sometime to complete the installation process. After you successfully Install Eclipse IDE Mars in Linux Ubuntu OS, you can then Run Eclipse IDE on Ubuntu by clicking the Launch Button.

Run and Install Java Eclipse IDE Mars in Linux Ubuntu

We hope that our Guide to Install Eclipse IDE Mars in Linux Ubuntu Operating System worked perfectly for you. We would be happy to help you if you have any issues with the installation process.

Let's Discuss