Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Eclipse - Download and Installation
Eclipse - Download and Installation

Eclipse - Download and Installation

Panel
  • If you encounter any broken links, go to the Eclipse web site and select Downloads from the task bar.
  1. Go to the Eclipse download site.  For the list of downloads, find and click on Eclipse IDE for Java EE Developers .
  2. In the right-hand panel (titled: Download Links), select the OS version that you want (e.g. Windows, Mac or Linux 32 bit or 64 bit).
  3. Select a Mirror and save the downloaded file on your workstation.
  4. Unzip/untar the downloaded file to any directory of your choice.

...

Panel
  • The Eclipse - Java JDK installation assumes that you have done an Install Java JDK.
    If you have not installed a Java JDK, please do so now.
  1. Run Eclipse.  Go to Window > Preferences.
    From the Selection, expand Java and select Installed JREs.

  2. Click the Add button and select Standard VM.
    Image Added
    indent
    22
    !eclipseJdk002.jpg!
    When satisfied that everything is correct, click *Next
    .
    Click the Directory button and go to the directory where you installed the Java JDK.
    You should have panel similar to the following:
    indent
    22
    *.
    \\
    # Click the *Directory* button and go to the directory where you installed the Java JDK.
    You should have panel similar to the following:
    \\
    {indent:2}
    !eclipseJdk003.jpg!
    
    When satisfied that everything is correct, click Finish.
  3. Select the JDK that you just installed.
    indent
    2
    2
    !eclipseJdk004.jpg!
    
    When satisfied that everything is correct, click OK.

    Java JDK installation and configuration for Eclipse is now complete.

...