How to Install Eclipse IDE 4.3.2 with Java 8 (JDK or JRE 8u45) in Ubuntu Desktop 15.04, 14.10 LTS
Hello Everyone,
In this tutorial,
Let Us Install latest Eclipse IDE in Ubuntu 15.04
You Can also Install in Linux Mint 17, Xubuntu 15.04, Debain 8
Eclipse IDE Install
1. Install Java (JRE/JDK)
Step1 :- sudo apt-get install openjdk-7-jre
Step2 :- sudo apt-get install openjdk-7-jdk
2. Download Eclipse Kepler IDE
Step3 :- sudo mv eclipse-SDK-4.3.2-linux-gtk.tar.gz /opt/
Step4 :- cd /opt/
Step5 :- sudo tar -xvf eclipse-SDK-4.3.2-linux-gtk.tar.gz .tar.gz
3. Create new Desktop File
Step6 :- sudo gedit /usr/share/applications/eclipse.desktop
Then add the following lines to the above file and save
Step7 :- [Desktop Entry]
Name=Eclipse
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.desktop
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
4. Additional Tasks
Run the following command to automatically install it in Unity
Step8 :- sudo desktop-file-install /usr/share/applications/eclipse.desktop
Create a symlink in /usr/local/bin
Step9 :- cd /usr/local/bin/
Step10 :- sudo ln -s /opt/eclipse/eclipse
For Eclipse icon to be displayed in dash
Step11 :- sudo cp /opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm
NOTE :- For Any Clarification Please Below
Comment,
Like and
Share us and help us to spread.
####--------------------------------------------------------------------------------------####
Subscribe :- http://www.youtube.com/user/itcloudnet?sub_confirmation=1
Website :- http://www.cloudnetwork.in
Facebook :- http://facebook.com/itCloudNetwork/
Twitter :- http://twitter.com/itcloudnet
Pinterset :- http://pinterset.com/itcloudnet
LinkedIn :- http://in.linkedin.com/pub/itcloudnet
Google+ :- https://plus.google.com/u/0/107923552480070716949/posts
Skype Id :- cloud.network1
E-Mail Id :- itcloudnet@gmail.com
####----------------------------------------------------------------------------------------####
Thanking You
Hope U Like it........