You are on page 1of 2

24/6/2014

How to install Eclipse Keepler in Ubuntu

HowtoinstallEclipseKeeplerinUbuntu

18thApril

InstallingJDK
FirstbesureyouinstalledJDKfromOracle.
java -version

Ifnotpleasefollowbelowstepstoinstallit.
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
ToautomaticallysetuptheJava7environmentvariablesJAVA_HOMEandPATH:
sudo apt-get install oracle-java7-set-default
ConfiguringEclipse
Download, Eclipse IDE for Java EE Developers. [http://www.eclipse.org/downloads/?
osType=linux&release=undefined] After you have downloaded the correct package,
extracttheeclipse.XX.YY.tar.gzusing
tar -zxvf eclipse.XX.YY.tar.gz
switchtorootuser:
sudo -i
Movetheextractedfolderto/opt
cp -r eclipse.XX.YY /opt
Createadesktopfileandinstallit:
gedit eclipse.desktop
Copythefollowingtotheeclipse.desktopfile.
[Desktop Entry]
Name=Eclipse
Type=Application
Exec=eclipse
Terminal=false
Icon=eclipse
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=Eclipse
Runthefollowingcommandtoautomaticallyinstallitintheunity:
desktop-file-install eclipse.desktop
Createasymlinkin/usr/local/binusing
cd /usr/local/bin
ln -s /opt/eclipse/eclipse
Foraneclipseicontobedisplayedindash,eclipseiconcanbeaddedas
http://jintellect.blogspot.com.br/2014/04/how-to-install-eclipse-keepler-in-ubuntu.html

1/2

24/6/2014

How to install Eclipse Keepler in Ubuntu

cp /opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm
Hurray...!!!Eclipseisconfigured.Youcanstartusingit.Thanksforreading.Follow
myblogifitisusefultoyou.
Posted18thAprilbyVIGNESHGOPAL
Labels:eclipsekeplerinubuntu,eclipsekepler,install,installjava7inubuntu,java
ubuntu,java7,ubuntu
1 Viewcomments

1 comment

Add a comment as Elom Waizmam

Top comments

VIGNESH GOPAL via Google+ 2 months ago - Shared publicly


1 Reply

Netflix - Filmes
netflix.com
Filmes para a famlia inteira se divertir. Grtis por 1 ms!

http://jintellect.blogspot.com.br/2014/04/how-to-install-eclipse-keepler-in-ubuntu.html

2/2

You might also like