Sunteți pe pagina 1din 3

Share

Report Abuse

Next Blog

Create Blog

Sign In

In this blog I try to post / share some technical idea, FAQ, Concept and configuration. Also this here I discuss about upcoming technology & technique of using technology

Thursday, February 3, 2011

MyNetSys Search

Installing Eclipse Helios on Ubuntu 10.10


powered by

Search

Eclipse Install on Ubuntu


To install eclipse on ubuntu you need to download it first from http://www.eclipse.org/downloads/ Extract the downloaded file by right click on it and extract here or running the following:
tar xzf dir/eclipse-SDK-3.3.1.1-linux-gtk.tar.gz Where eclipse-SDK-3.3.1.1-linux-gtk is your eclipse-SDK name with version and dir is the directory of eclipse-sdk. Now move it to the root directory. Apply the following command to do this. sudo mv dir/eclipse ~ Now You are ready to configure your eclipse. To do this follow the following step by step... sudo mv eclipse /opt/ Take care of the permissions: sudo chmod -R +r /opt/eclipse sudo chmod +x /opt/eclipse/eclipse Create an executable in your path: sudo touch /usr/bin/eclipse sudo chmod 755 /usr/bin/eclipse sudo gedit /usr/bin/eclipse Copy the following content and save the file: #!/bin/sh #export MOZILLA_FIVE_HOME="/usr/lib/mozilla/" export ECLIPSE_HOME="/opt/eclipse" $ECLIPSE_HOME/eclipse $*
Blog Archive

2011 (11) April (1) March (1) February (9) Feb 13 (1) Feb 08 (1) Feb 07 (1) Feb 03 (3) Installing Eclipse Helios on Ubuntu 10.10 Sun-Java-JDKInstall on Ubuntu 10.10 My NetSys: LAN Design & Configuration Document Feb 02 (2) Feb 01 (1) 2010 (2)

Lets also make eclipse executable everywhere by creating a symlink: sudo ln -s /usr/bin/eclipse /bin/eclipse

Create the menu icon: sudo gedit /usr/share/applications/eclipse.desktop


About Me

Type in this content and save: ...................................................... [Desktop Entry] Encoding=UTF-8 Name=Eclipse Comment=Eclipse IDE Exec=eclipse Icon=/opt/eclipse/icon.xpm Terminal=false Type=Application Categories=GNOME;Application;Development;

uzzal Dhaka, Dhaka, Bangladesh

I'm a computer engineer from Shahjalal University of Science & Technology. Doing my job as a Network & System Administrator at NordicSoft Ltd. Web: uzzalbd.wordpress.com View my complete profile

StartupNotify=true .................................................. Run for the first time: eclipse -clean You can now start Eclipse by simply typing eclipse in the terminal or from the GNOME menu Applications -> Programming -> Eclipse

Posted by uzzal at 3:50 AM Reactions:

10 comments:
said...

Excellent job done March 1, 2011 4:30 AM


Anonymous said...

So awesome! Thanks! April 1, 2011 4:15 PM


Anonymous said...

Great great thank you :D May 3, 2011 1:20 PM


Anonymous said...

Nice tutorial. One thing I missed was how do you get the icon to appear in the taskbar (Ubuntu 11.04) when launching the application from the command shell? May 5, 2011 6:50 PM
Anonymous said...

thank you :) May 10, 2011 4:01 AM


Tim said...

WOW, I'm verry impressed! I was searching for such an easy and straigt to the point tut for a long time! Thank you :D May 10, 2011 8:50 AM
Stephan said...

Hej dude, you just made the tutorial i was looking for. thanks a lot. finally got it after 3 downloads May 17, 2011 11:35 AM
Anonymous said...

Great! Thanks. June 3, 2011 11:23 PM


rojina said...

thankyou so much........your tutorial is so easy and it solved my problem June 22, 2011 10:44 AM
Shyam said...

Excellent tutorial..keep up the good work! June 29, 2011 3:48 AM

Post a Comment

Comment as: Select profile... Post Comment

Preview

Links to this post


Create a Link

Newer Post

Home Subscribe to: Post Comments (Atom)

Older Post

Copyright @uzzal | Web: uzzalbd.wordpress.com. Powered by Blogger.

S-ar putea să vă placă și