${renderedContent}
Quick Links to:
Eclipse - Download and Installation
- Go to the Eclipse download site. For the list of downloads, find and click on*Eclipse IDE for Java EE Developers*.
- 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).
- Select a Mirror and save the downloaded file on your workstation.
- 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 .
- Run Eclipse. Go to Window > Preferences.
From the Selection, expand Java and select Installed JREs.
${renderedContent} - Click the Add button and select Standard VM.
${renderedContent}When satisfied that everything is correct, click Next. - 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. - 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
- Run Eclipse. Go into Help > Install New Software and the following panel will be displayed:
${renderedContent} - 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. - Review the panel.
${renderedContent}When satisfied that everything is correct, click Next. - Accept the Licenses.
${renderedContent}When satisfied that everything is correct, click Finish. - When the following panel is display,
${renderedContent}Click Restart Now. - As shown below, select SVN Kit 1.3.5
${renderedContent}When satisfied that everything is correct, click Finish.
- Verify that the Install entries have be selected as shown below.
${renderedContent}When satisfied that everything is correct, click Next.
- Review the panel.
${renderedContent}When satisfied that everything is correct, click Next.
- Accept the Licenses.
${renderedContent}When satisfied that everything is correct, click Finish.
- When the following panel is display,
${renderedContent}Click Restart Now.
Subversion installation for Eclipse is now complete.
Eclipse - OC4J server installation
${renderedContent}
- 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. - 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. - 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. - 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 installatin 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 .
- Run Eclipse. Go into Help > Install New Software and the following panel will be displayed:
${renderedContent} - From the Work With dropdown list, select Indigo - http://download.eclipse.org/releases/indigo
.
In the Selection box, find and expand General Purpose Tools. Select m2e-Maven Integration for Eclipse and m2e - slf4j over logback logging (Optional).
${renderedContent}When satisfied that everything is correct, click Next.