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.
1. Update your repository until up to date
2. Install Java on your ubuntusudo apt-get update
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 directorycd /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 .7. And then install the desktop file using this comannd[Desktop Entry]Name=EclipseType=ApplicationExec=/opt/eclipse/eclipseTerminal=falseIcon=/opt/eclipse/icon.xpmComment=Integrated Development EnvironmentNoDisplay=falseCategories=Development;IDE;Name[en]=eclipse.desktop
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.
0 komentar:
Post a Comment