Tuesday, October 6, 2015
How to install Eclipse Luna (4.4) on Ubuntu
Installing Eclipse
- Download Eclipse from here;
 - Extract it. You will end up having a folder named eclipse, copy it;

 - Press CTRL + ALT + T to open Terminal;
 - Type the command: 
sudo nautilus
and then insert your password;
 - Browse to /opt/ and paste the extracted folder there.

 
Creating a shortcut
- Press CTRL + ALT + T to open Terminal;
 - Type: 
sudo ln -s /opt/eclipse/eclipse /usr/bin/eclipse
sudo gedit /usr/share/applications/eclipse.desktop
 - After these commands, gedit (ubuntu's default text editor) should have opened. Copy this and paste it there: 
[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
X-Desktop-File-Install-Version=0.22
 - Save the text file and close gedit;
 - This should have successfully created a shortcut. You may have to log off and back in for it to show up.

 
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment