Eclipse Kepler 4.3.2 SR2Is the most recent release from the Eclipse top-level project. It contains need to build applications based on ECLIPSE technology, including integrated development environments IDE, and rich client applications using the Eclipse rich client Platform RCP. The Eclipse Kepler provides superior Java editing with Java Development Tools, plug-in development environment, Git Team p Rovider, and much more.
step 1:install Java (JRE/JDK)
-First install Java 7 and above if not installed
$ sudo apt-get install Openjdk-7-jre
Or
$ sudo apt-get install OPENJDK-7-JDK
step 2:download Eclipse kepler ide
-Next button below to download the latest Eclipse IDE (32bit or 64bit) of the package. There is different packages depending on the what package you want.
eclipse Kepler IDE Download
-Click Save File
-From terminal, Run command to move downloaded package to/opt directory
$ sudo mv downloads/eclipse-*/opt/
step 3:extract Package
-Run the following commands. Ensure the file-name is correct on your version
$ cd/opt/$ sudo tar-xvf eclipse-standard-kepler-sr2-linux-gtk-x86_64.tar.gz
step 4:create new Desktop File
-Create A new desktop file called ' Eclipse.desktop ' in/usr/share/applications/
$ sudo gedit/usr/share/applications/eclipse.desktop
-then add the following lines to the above file and save
[Desktop Entry] Name=eclipse type=applicationexec=/opt/eclipse/eclipseterminal=falseicon=/opt/eclipse/icon.xpmcomment= Integrated Development environmentnodisplay=falsecategories=development;ide; Name[en]=eclipse.desktop
according to Cheour, I changed the exec line in the Gedit file from
Exec=/opt/Eclipse/Eclipse
To
Exec=env ubuntu_menuproxy=/opt/eclipse/eclipse
And it worked right
step 5: additional Tasks
-Run The following command to automatically install it in Unity
sudo desktop-file-install/usr/share/applications/eclipse.desktop
-Create a symlink in/usr/local/bin
Cd/usr/local/bin/sudo ln-s/opt/eclipse/eclipse
-For Eclipse icon to being displayed in dash, run following command
sudo cp/opt/eclipse/icon.xpm/usr/share/pixmaps/eclipse.xpm
-Launch Eclipse
Original: Install latest Eclipse IDE in Ubuntu 14.04, 13.10
Install latest Eclipse IDE in Ubuntu 14.04, 13.10