Friday, May 10, 2013

Eclipse:How to Install Eclipse a powerful programming tools for linux??

Hey guys I am here with an idea to give some tips about how to install eclipse and run it in your Ubuntu,Windows or Mac.Rather then other C and C++ programming tools i prefer Eclipse because of its some good features you will get it after you install and use it.

So for Eclipse I prefer software Center way maximum people ask me that even after the installation of eclipse from software center they are not able to use eclipse so today i am gonna show you the solution to that problem.

Today I am here to share some idea to that very problem and please follow step by step...

1.Click in the Software Center Icon located in you Desktop and type gcc there you will find GNU C Compiler then just install it i hope you install the latest version that is 4.7 up to today's date.

Then go to Terminal (Ctrl+Alt+T) and type following commands.

 sudo su 
-cd/usr/bin
 ls -l gcc* g++* cpp*

ln -s g++-4.7 g++

ln -s g++
 ls -l g++
rm cpp gcc
ln -s gcc-4.7 gcc
ln-s cpp-4.7 cpp
ls -l gcc* g++* cpp*

2.In the search bar of Ubuntu Software Center type default-jre then there you can see JAVA install it and at last

3.Type Eclipse-cdt and install it then finally if you didn't get eclipse then again type Eclipse and install it but i hope it might not be required.

For mac and windows to to eclipse site and you can directly get installation file..

Then enjoy it.

No comments:

Post a Comment