Navigate to the Eclipse Downloads page at www.eclipse.org/downloads, shown in the following illustration. As the opening paragraph states, the JRE is required (Java 5 JRE recommended) to develop in Eclipse, which you took care of in the previous section. Download the Eclipse IDE for Java Developers from this site. The package is relatively small (79MB) and should download fairly quickly. Be sure not to download the Eclipse IDE for Java EE Developers, as this is a slightly different product and I will not be covering its usage.
After you have downloaded Eclipse, it is time to install it. Navigate to the location where you downloaded the Eclipse package. As of the writing of this book, the latest
Eclipse package file for Microsoft Windows is eclipse-java-europa-fall2-win32.zip. Expand the package and run the eclipse.exe file. Eclipse installs to your User directory by default (under Microsoft Windows), but you may want to install it to your Program Files directory. This will keep your applications in order and still allow you to set a different location for your workspaces.



