You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 104 Next »

${renderedContent}

Quick Links to:

Eclipse - Download and Installation

  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.

Eclipse - Java JDK installation

  • 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.
    ${renderedContent}
  2. Click the Add button and select Standard VM.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  3. Click the Directory button and go to the directory where you installed the Jave JDK.
    You should have panel similar to the following:
    ${renderedContent}
    When satisfied that everything is correct, click Finish.
  4. Select the JDK that you just installed.
    ${renderedContent}
    When satisfied that everything is correct, click OK.

    Java JDK installation for Eclipse is now complete.

Eclipse - Subversion installation

  1. Run Eclipse.  Go into Help > Install New Software and the following panel will be displayed:
    ${renderedContent}
  2. From the Work With dropdown list, select Indigo - http://download.eclipse.org/releases/indigo .
    In the Selection box, select Collaboration as shown below.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  3. Review the panel.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  4. Accept the Licenses.
    ${renderedContent}
    When satisfied that everything is correct, click Finish.
  5. When the following panel is display,
    ${renderedContent}
    Click Restart Now.
  6. As shown below, select SVN Kit 1.3.5
    ${renderedContent}
    When satisfied that everything is correct, click Finish.
  7. Verify that the Install entries have be selected as shown below.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  8. Review the panel.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  9. Accept the Licenses.
    ${renderedContent}
    When satisfied that everything is correct, click Finish.
  10. When the following panel is display,
    ${renderedContent}
    Click Restart Now.

    Subversion installation for Eclipse is now complete.

Eclipse - OC4J server installation

${renderedContent}
  1. Run Eclipse.  Select the Servers tab as shown below:
    ${renderedContent}
    Click new server wizard.
    Note:  If you have previously installed servers, right click anywhere in the severs tab and select New > Server.
  2. In the selection box, scroll down and expand to the Oracle entry.  Select Oracle OC4J Standalone Server 10.1.3.n as shown below.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  3. From the JRE: dropdown list, select the JDK that was previously installed in Eclipse.
    Change the Oracle J2EE Home to where you have installed the Oracle Standalone server.
    ${renderedContent}
    When satisfied that everything is correct, click Next.
  4. Change the Password: from welcome to the password the you choose for the oc4jadmin when you installed the OC4J standalone server.
    ${renderedContent}
    When satisfied that everything is correct, click Finish.

    OC4J standalone server installation for Eclipse is now complete.

Eclipse - Maven installation

  • The Eclipse - Maven installation assumes that you have done an Install Maven.
    If you have not installed Maven, please do so now .
  1. Run Eclipse.  Go to Window > Preferences.
    From the Selection, expand Maven and select Installations.
    ${renderedContent}
  2. Click the Add... button and navigate to the external Maven installation directory.
    ${renderedContent}
    When satisfied that everything is correct, click OK.
  3. Verify that the External installation of Maven is selected.
    ${renderedContent}
    When satisfied that everything is correct, click the Apply then click the OK button.

    Maven installation for Eclipse is now complete.

  • No labels