Monday, June 1, 2015

How to install eclipse in ubuntu 14.04

www.tehnopedia.net. Eclipse is free development to build any program. Ussualy eclipe used to make Android program.But ussualy eclipse in use with Windows. How about linux?Now i will give tutorial How to Install eclipse in Ubuntu 14.04.

How to install eclipse in ubuntu 14.04

1. Update your repository until up to date
sudo apt-get update
2. Install Java on your ubuntu
sudo apt-get install openjdk-7-jdk
3. Download the last version eclipse from (Eclipse Linux)
4. Move The file in opt directory

sudo mv Downloads/eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz /opt/
5. Unzip your file in opt directory
cd /opt
sudo tar -xvf eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz
 6. Create new fil with name eclipse.desktop in /usr/share/applications/ and add the below code .
[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
7. And then install the desktop file using this comannd
sudo desktop-file-install /usr/share/applications/eclipse.desktop

8. Create a link file to open your eclipse using this command
sudo ln -s /opt/eclipse/eclipse /usr/local/bin/

And now you can launch your eclipse and u can develop your programm. Thanks to read it. Any question please Comment here.

Share on Facebook
Share on Twitter
Share on Google+

Related : How to install eclipse in ubuntu 14.04

0 komentar:

Post a Comment