Eclipse is a multi-language Integrated development environment (IDE) comprising a base workspace and an extensible plug-in system for customizing the environment. It is written mostly in Java. It can be used to develop applications in Java and, by means of various plug-ins, other programming languages including Ada, C, C++, COBOL, Fortran, Haskell, JavaScript, Perl, PHP, Python, R, Ruby (including Ruby on Rails framework), Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others.

Eclipse

Indenting your own code

Code indentation is very important in making your code readable and easy to follow. Recently we have considered how to format our own code...
Kieran France
1 min read

Customising your keyboard shortcuts in NetBeans IDE

One of my favourite features of NetBeans IDE is the ease with which you can customise the keyboard shortcuts. This feature is accessed from...
Mark Stephens
49 sec read

Setting up VisualVM in under 5 minutes

It’s hard to put a label on VisualVM – it has a profiler, but it’s more than that. It also has tools for tracking...
Sam Howard
1 min read

Eclipse PDF viewer plugin and the marketplace

We have always offered a free PDF viewer plugin which is a nifty little plugin to not only allow you to view and search...
Mark Stephens
42 sec read