How to develop C/C++ projects using Eclipse?
There are two ways by which you can develop C/C++ using Eclipse. Suppose you want to use Eclipse only for C/C++ development, then the better option is to install Eclipse for C/C++. But if you are using Eclipse for other projects on languages like Java, then you can install the CDT plugin. Go to Help>Install [...]
How to configure Git with Eclipse?
Git is a version control system. You can configure Eclipse with Git so as to easily work with Git repositories right from your IDE. Eclipse has a plugin called EGit. To install Egit in Eclipse Open Help>Install New Software In the Box “Work with”, enter Egit or http://download.eclipse.org/egit/updates. You can see a list in the box [...]
How to install eclipse in Ubuntu/Linux?
The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for constructing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that integrate with other people’s tools so seamlessly you can’t tell where one tool ends and another starts. [...]
How to use PHP in Eclipse? PHP Development using Eclipse
Eclipse is mostly used for Java Development. But you can use it for development in other languages like PHP as well. To use PHP in Eclipse, you can make use of PDT (PHP Development Tool). PDT installs the necessary tools to work easily with PHP in Eclipse. To install PDT, you can download it from [...]