logo back up home forward   further reading more topics »

Eclipse IDE

About Eclipse

Eclipse is an open source IDE or tools platform.

IBM released its own source code into the project in 2001 and set up a consortium to run the project. In Febuary 2004 it became an independant not for profit corporation called the Eclipse Foundation.

It is written in Java but uses its own GUI framework SWT instead of Swing. It does allow users applications to be created with either SWT or Swing. SWT is uses native calls to the operating system instead of emulating the controls in the GUI library as Swing does. Also Swing uses the MVC Model View Controller model wheras SWT uses a more direct, lower level, API.

Eclipse consists of a general purpose platform which is very extendable by adding plugins. So it can be used as a Java development system, or C++, or PHP, or it could be anything else if you write the plugins for it.

Installing Eclipse

The install is very simple (in fact there is no install program as such) all we need to do is extract the files into the required directory, as follows:

Notes:

Installing Eclipse

Extracting eclipse directory from gz file to /usr/share/ directory

eclipse

Starting Eclipse

Then click on the desktop icon to get the following:

eclipse

When we accept this we get the following 'welcome' project:

eclipse

Note:

with openSUSE it may need to be started with:

GDK_NATIVE_WINDOWS=true eclipse

Simple Java Project

see this page

Plugins

Plugins are often best installed from wthin Eclipse menu although they can also be installed by putting the pligin files into the plugin directoty.

From the Eclipse menu goto:

help -> software updates -> availible software

eclipse install plugins

For an example of installing the scala plugin goto this page.


metadata block
see also:
Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

 

 

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to this site, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

 

Can this page be improved?

Please send me any improvements to here. I would appreciate ideas to make the pages more useful including error correction, ideas for new pages, improvements to wording. It helps if you quote the full URL of the page.

 

progam

I am working on a project which uses these principles, if you would like to help me with this you are welcome to join in, here:

for 3D programming: http://sourceforge.net/projects/mjbworld/

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2010 Martin John Baker - All rights reserved - privacy policy.