Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » Installation » Installing Eclipse on Ubuntu
Suryateja Pericherla Categories: Installation. No Comments on Installing Eclipse on Ubuntu
0
(0)

This article provides guide for step by step Installing Eclipse on Ubuntu

 

Pre-Installation Note: It is assumed that you have already installed JDK 7 or higher.

 

  1. Download Eclipse from its website:

eclipse1

 

 

  1. Extract Eclipse to /opt/ for global use:

cd /opt/

sudo tar -zxvf ~/Downloads/eclipse-*.tar.gz

You may replace “eclipse-*.tar.gz” (without quote) to the exact package name if the command does not work.

Once done, you should see the eclipse folder under /opt/ directory as shown below:

eclipse2

 

 

  1. Create a launcher shortcut for Eclipse:

Paste below command into the terminal and hit enter.

gksudo gedit /usr/share/applications/eclipse.desktop

Above command will create and open the launcher file for eclipse with gedit text editor.

Paste below content into the opened file and save it.

[Desktop Entry] Name=Eclipse 4
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse

 

  1. Finally open Eclipse from Unity Dash search results and enjoy!

eclipse3

 

  1. Congratulations! You have installed Eclipse successfully.

 

Download the above instructions in PDF format here

For more detailed instructions, visit: http://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubuntu-14-04/

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *

Facebook
Twitter
Pinterest
Youtube
Instagram