Você está na página 1de 4

3/2/2016

Install Eclipse IDE on ubuntu Linux 15.04 | LinuxPitstop

InstallEclipseIDEonUbuntuLinux
15.04
June23,2015byAun

EclipseisawellknownIntegratedDevelopmentEnvironment.Itisusedbydevelopersallaroundthe
worldtocodetheirapplication,itisprimarilydevelopedinJava,butprogrammerscanuseittocodetheir
applicationsinvariouslanguageslikeC/C++,COBOL,Fortran,Perl,PHP,Python,RubyonRailsetc.Itis
acrossplatformapplicationandrunsfineonMicrosoftWindows,Linux,SolarisandMacOS.
Itoffersabaseworkspaceandanextensiblepluginsystemforcustomization.Theveryfirstversionof
eclipsewaslaunchedinJune2004andithasbeenunderconsistentdevelopmenttilldate.Everythingin
eclipseisaplugin,soitsprettyeasytointegratenewpluginstoextenditsfunctionality.Thereareboth
paid,andfreethirdpartypluginsavailabletocustomizethefunctionalityofthiswonderfuldevelopment
environment.EclipseprovidestoolsforServer,WebandModelingplatforms.

InstallingEclipseonubuntu
InstallingEclipseonubuntuisnotverycomplexprocess,firstofallmakesuretoinstallJavaonyourLinux
system,Eclipseneedsjavaasprerequisite,runfollowingcommandtoinstalljavaonyourubuntu15.04
system.
sudo apt-get install openjdk-7-jdk

Itmighttakesomemomentstodownloadandinstalljava,oncetheinstallationiscomplete,download
Eclipseaccordingtoyouroperatingsystemarchitecture,i.e.32bitor64bit.
Oncethedownloadiscomplete,movetheeclipsedownloadedinstallerto/opt.
sudo mv eclipse-java-luna-SR2-linux-gtk.tar.gz /opt

Nowgointooptpartitionofyoursystem.
cd /opt

Extracttheeclipseinstallerhere.
tar xvf eclipse-java-luna-SR2-linux-gtk.tar.gz
http://linuxpitstop.com/install-eclipse-ide-on-ubuntu-linux-15-04/

1/4

3/2/2016

Install Eclipse IDE on ubuntu Linux 15.04 | LinuxPitstop

Weareonthemostimportantstageofinstallationnow,createadesktopfile,namedeclipse.desktopin
/usr/share/applications/byrunningthefollowingGeditcommand.
sudo gedit /usr/share/applications/eclipse.desktop

Itwilllaunchanemptyfile,copyandpastethefollowingsintothisemptyfile,asshowninfollowing
screenshot.
[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

http://linuxpitstop.com/install-eclipse-ide-on-ubuntu-linux-15-04/

2/4

3/2/2016

Install Eclipse IDE on ubuntu Linux 15.04 | LinuxPitstop

Savethefile,andnowrunfollowingcommandonterminaltoautomaticallyinstallthisdesktopfileonyour
ubuntusystem.
sudo desktop-file-install /usr/share/applications/eclipse.desktop

Aslaststepoftheinstall,goto/usr/local/binandcreateeclipsesymlink,followingtwocommandsshould
takecareofthis:
cd /usr/local/bin
sudo ln -s /opt/eclipse/eclipse

Congratulations,Eclipsehasbeeninstalledsuccessfully,launchitfromApplicationsmenu.
Itwillaskyoutospecifyworkspacewhenloaded,oncedone,mainpagewillbeloaded.

http://linuxpitstop.com/install-eclipse-ide-on-ubuntu-linux-15-04/

3/4

3/2/2016

Install Eclipse IDE on ubuntu Linux 15.04 | LinuxPitstop

Startcodingyourprogramsnow

Conclusion
Eclipsehasmillionsofusersallaroundtheworld,itsworkslikecharmonalloperatingsystemsandso
faritisconsideredoneofthebestIDEsforwritingsoftwareapplications.Hopeyouenjoyedthearticle,do
letusknowincomments

http://linuxpitstop.com/install-eclipse-ide-on-ubuntu-linux-15-04/

4/4

Você também pode gostar