how to Install Eclipse in Ubuntu 10.04

Eclipse is one of the most widely used IDE(Integrated Development Environment),specially used for C/c++ and java programming.Since it is open source and available free of cost,you can install it on ubuntu 10.04 from it’s official package repositories or go to software center and Go to developer section.In developer section there is sub section IDE’s you …

Programming Environment in Ubuntu-Linux

Ubuntu – a GNU/Linux distribution, comes with the default text editor “gedit” ( it is the default text editor in GNOME desktop package and ubuntu comes with GNOME desktop by default), which is an excellent source code editor. Gedit supports syntax coloring/highlighting/.. and it catches the proper coloring with the extension.Hence you should give the …