This document provides information on installing Oracle Enterprise Pack for Eclipse (OEPE). It contains the following sections:
You can install OEPE the following ways:
Using Oracle Installer, which installs OEPE, Oracle ADF, Coherence, and Oracle WebLogic Server. For more information, see "Using the Oracle Installer".
Using the Eclipse Update Manager, either by using a local (OEPE plugins zip archive) or a remote (Oracle Technology Network site) repository. For more information, see "Installing with the Eclipse Update Manager".
Download and unzip the "all-in-one" kit, which includes Eclipse along with the OEPE plugins. For more information, see "Using the Standalone Installation".
Install from Eclipse Marketplace from an existing installation of Eclipse. For more information, see "Installing with the Eclipse Marketplace".
The following system requirements apply for this release:
Mac OS Leopard
Windows XP, Vista, Windows 7 - 32/64 bit
Oracle Enterprise Linux 5 - 32/64bit
Recommend 2GB memory for IDE and an additional 2GB if running server locally
|
Note: WebLogic Server defaults to a large heap, which may be inappropriate for development. Changing the server start script can easily remedy the server memory usage. |
For more information about system requirements and components supported by OEPE, see the OEPE page on the Oracle Technology Network (OTN) at http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html.
OEPE 12.1.2.1 with Oracle WebLogic Server 12c Release 1 (12.1.2): This installer can be used to install Oracle Enterprise Pack for Eclipse (OEPE) 12.1.2.1, Oracle WebLogic Server 12c (12.1.2), and Coherence 12.1.2, and Oracle ADF 12.1.2 on your system.
Oracle Installer is available in the form of three platform-specific installers that include Sun Java JDK 6.0 Update 29 and Oracle JRockit Update 20 SDK. You need not have the JDK pre-installed on your system to use these platform installers:
Windows Installers:
containing Oracle WebLogic Server 12c (12.1.2): oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-win32.exe
containing Oracle WebLogic Server 12c (12.1.2): oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-win64.exe
Linux Installers:
containing Oracle WebLogic Server 12c (12.1.2): oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-linux32.bin
containing Oracle WebLogic Server 12c (12.1.2): oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-linux64.bin
Mac OS X Installer:
containing Oracle WebLogic Server 12c (12.1.2): oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-macosx-cocoa-x86_64.jar
|
Note: Throughout this document, |
You can download Oracle Installer from the Oracle Technology Network (OTN) web site: http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html.
For more information about installing Oracle ADF, see the Developing Web User Interfaces with Oracle ADF Faces.
For more information about using the Oracle WebLogic Server, see the Introduction to Oracle WebLogic Server.
For more information about Oracle Coherence, see the Oracle Coherence Documentation Library, available on OTN.
Depending on the type of installer you are using, you can begin the installation process in one of the following ways:
To launch the Windows installer and install WebLogic Server 12c Release 1 (12.1.2) along with OEPE 12.1.2.1, double-click:
oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-win32.exe
To launch the Linux installer (for the Weblogic Server 12c (12.1.2) installer), follow these steps:
Ensure that the Linux installer file is executable by running the chmod command:
chmod +x oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-linux32.bin
Execute the file:
./oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-linux32.bin
To launch the Mac OS X installer (for the Weblogic Server 12c (12.1.2) installer), enter:
java -jar oepe-kepler-installer-12.1.2.1.<timestamp>-12.1.2-macosx-cocoa-x86_64.jar
The installer dialog provides several pages where you specify various parameters for the installation:
Welcome
Click Next to begin the installation process.
Installation Location
You can create a new Oracle Home directory, or select one from a list of existing Oracle Home directories. If you choose an existing Oracle Home directory, you can click View to display the Feature Sets currently installed in this directory. If you choose a directory that already has OEPE and Oracle WebLogic Server components installed on it, you are taken directly to the Installation Summary page.
If you choose to create a new Oracle Home directory, click Browse to select the Oracle Home installation directory
Click Next to review the Installation Summary.
|
Notes:
|
Installation Summary
The Installation Summary page displays the Installation Location for Oracle Enterprise Pack for Eclipse, the Disk Space required for the installation, and the Feature Set to install. To change the installation location, click Back.
To proceed with the installation, click Install.
Installation Progress
Displays the progress of the installation.
Installation status
Displays the progress of the installation.
Installation Complete
To view information about which products and components were installed, review the Installation Complete page. Here you can also see the installation Log File Location to view more detailed information about the installation process.
Click Done to end the installation process.
|
Note: Should the installation process be interrupted prior to completion, the result is likely an incomplete and non-functional partial installation. If this occurs, the recommended approach is to attempt to uninstall the previous installation. If that is successful, you can re-install normally, otherwise you should re-install into a new Oracle Home. |
You can use Eclipse Update Manager for Eclipse 3.8 Juno, Eclipse 4.2 Juno, and Eclipse 4.3 Kepler to install OEPE using two ways:
Using the OEPE plugins zip file as a local repository.
Using the remote repository hosted on Oracle Technology Network
To install OEPE using the repository archive:
From the Oracle Technology Network (OTN) web site: http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html, download the archive repository file appropriate for your operating system and Eclipse version.
From the Eclipse main menu, select Help > Install New Software.
Click Add to add a new update site.
In the Add Repository dialog, click Archive.
In the Repository Archive dialog, navigate to the OEPE plugins zip file and select it.
In the software list, select Oracle Enterprise Pack for Eclipse, verify that all of the subcomponents are selected, and then click Next.
Confirm information presented on the Install Details page, and then click Next.
Review licenses on the Review Licenses page and click Finish.
To install OEPE using the remote repository:
From the Eclipse main menu, select Help > Install New Software.
Click Add to add a new update site.
In the Add Repository dialog, enter the location:
For Juno, use http://download.oracle.com/otn_software/oepe/juno.
For Kepler, use http://download.oracle.com/otn_software/oepe/kepler
Then click OK.
Note: This URL works only from within Eclipse, and will not work if accessed through a browser.
In the software list, select Oracle Enterprise Pack for Eclipse, verify that all of the subcomponents are selected, and then click Next.
Confirm information presented on the Install Details, and then click Next.
Review licenses on the Review Licenses page and click Finish.
The standalone installation kit is a zip archive that contains Eclipse with the OEPE plugins already loaded.
To install OEPE using the standalone installation kit:
From the Oracle Technology Network (OTN) web site: http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/index.html, download the all-in-one archive file appropriate for your operating system and Eclipse version.
Extract the archive file to a folder of your choice.
If you already have an installation of Eclipse, you can install OEPE using Eclipse Marketplace.
To install OEPE using Eclipse Marketplace:
In Eclipse, choose Help > Eclipse Marketplace.
In the Eclipse Marketplace dialog, enter Oracle Enterprise Pack for Eclipse in Find. The available versions of OEPE are displayed.
Choose the appropriate version of OEPE for the version of Eclipse you are using. For example, if you are using Eclipse Kepler, choose Oracle Enterprise Pack for Eclipse Kepler. Click Install.
On the next page, the features that will be installed are listed. Click Confirm.
On the Review Licenses page, accept the terms of the license agreements and click Finish.
The software is installed. You can choose to run the installation in the background by clicking Run in Background.