OEPE plugin installation on Eclipse

Detail about the Oracle Enterprise Pack for Eclipse (OEPE) instalation on Eclipse is published here and I repeat in the following the installation using the Update Manager of Eclipse 3.6 (Helios).

  1. Open Eclipse 3.6. Select menu: HelpInstall New Software
  2. Click Add, and fill:

    Name: OEPE
    Location: http://download.oracle.com/otn_software/oepe/helios
    (If you are using Eclipse Indigo, the Location will be: http://download.oracle.com/otn_software/oepe/indigo/ )
  3. Select the Oracle Enterprise Pack for Eclipse in the list.


  4. Click NextNext → [Select: “Accept …”] → Finish.
  5. Restart Eclipse.

Define WebLogic server runtime environment

  1. Open Eclipse. Select menu Windows → Preferences → Server → Runtime Environments
  2. Click Add. Then, select Oracle → Oracle WebLogic Server 11gR1 (10.3.5) and select create a new local server. Click next.


  3. Fill in the path to weblogic server home, for example ~/wls1035_dev/wlserver, and java home, for example: /usr/lib/jvm/jdk1.7.0_51 and click Next.


  4. Declare the created Domain directory in the Configuration, for example ~/WebLogicDomains/labs_domain. Click Finish.


  5. Start the server.


  6. And open http://localhost:7001/console/ to check whether it works well.


  7. Done.