Versions Compared

Key

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

...

Eclipse - OC4J server installation

indent

{color:red}The installation of the Eclipse OC4J server assumes that you have done an [*Eclipse - Java JDK installation*| #Eclipse - Java JDK installation].
If you have not installed a Java JDK, please do so [*now* | #Eclipse - Java JDK installation].{color}
  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 JDK that was previously installed in Eclipse.
    Change the Oracle J2EE Home to where you have installed the 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.

    OC4J standalone server installatin for Eclipse is now complete.

...