Breaking News
recent

Install Eclipse Luna pada Linux

  • 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


  • 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.


Unknown

Unknown

Powered by Blogger.