logo back up home forward   further reading more topics »

Editing Source Code with Eclipse

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:

juno download

Checksum:

In order to make sure the file was downloaded correctly I noted the checksum(md5) on the website which in my case was:

0a4bdcf651921d1c9eda2ed98e96561f eclipse-modeling-juno-linux-gtk-x86_64.tar.gz

Then, once the download was complete, I ran md5sum from the command line as follows:

>md5sum eclipse-modeling-juno-linux-gtk-x86_64.tar.gz
0a4bdcf651921d1c9eda2ed98e96561f eclipse-modeling-juno-linux-gtk-x86_64.tar.gz
>

As you can see the hexadecimal code was the same, that gives confidence that the file downloaded correctly.

Optional Stage - Increase Memory Available

You probably don't need to do anything here, but if you need to increase the memory available then you can use a text editor to edit the 'eclipse.ini' file in the eclipse folder where you installed eclipse. The following is the default contents of my .ini file which seemed to work fine for me, without changing anything.

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.modeling.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m

Run Eclipse

Then start eclipse by running /usr/lib64/eclipse/eclipse or, if you created a desktop icon, then click on it:

I clicked on 'OK' to select the default workspace location. select workspace
When we accept this we get the following 'welcome' project: welcome screen

We can clear this welcome screen and we are ready to start.

For information about installing the SPAD editor see 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.

cover The Java Developer's Guide to Eclipse.

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.

us uk de SuSE Linux 11.2. Operating system with a wide range of applications including Open Office. A good distribution for developers as it contains KDevelop. Java, Mono, etc. Can install itself as a dual-boot system with an existing Windows OS if required. For information about installing it see this page.

 

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

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