Versions Compared

Key

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

...

Eclipse - Java JDK installation

Panel
  1. Run Eclipse.  Go to Window > Preferences.
    From the Selection, expand Java and select Installed JREs.
    indent
    2
    2
    
    !eclipseJdk001.jpg!
    

  2. Click the Add button and select Standard VM.
    indent
    2
    2
    
    !eclipseJdk002.jpg!
    
    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:
    indent
    2
    2
    
    !eclipseJdk003.jpg!
    
    When satisfied that everything is correct, click Finish.
  4. Select the JDK that you just installed.
    indent
    2
    2
    
    !eclipseJdk004.jpg!
    
    When satisfied that everything is correct, click OK.

    Install JDK for Eclipse is now complete.

Anchor
Eclipse - Subversion Installation
Eclipse - Subversion Installation

...

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

    Install SVN for Eclipse is now complete.

Anchor
Eclipse - OC4J server installation
Eclipse - OC4J server installation

...

  1. Run Eclipse.  Select the Servers tab as shown below:
    indent
    2
    2
    !eclipseOc4jServer002.jpg!
    
    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.
    indent
    2
    2
    !eclipseOc4jServer004.jpg!
    
    When satisfied that everything is correct, click Next.
  3. From the JRE: dropdown list, select the JRE that is to be used. It should be 6 or greater.
    Change the Oracle J2EE Home to where you have installed to Oracle Standalone server.
    indent
    2
    2
    !eclipseOc4jServer006.jpg!
    
    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.
    indent
    2
    2
    !eclipseOc4jServer008.jpg!
    
    When satisfied that everything is correct, click Finish.

    Install OC4J standalone server for Eclipse is now complete.

Anchor
Eclipse - Maven installation
Eclipse - Maven installation

...