Wednesday 11 February 2015

Install Oracle Weblogic 12c

Download and unzip the weblogic zip file.

Set the permissions and make in and executable jar file.
Copy the jar file to /u01 folder.
Edit the .bash_profile file.
Restart
Run the installer jar file.


1 comment:

  1. Hi Deepak,

    I encountered an error: "The OpenJDK JVM is not supported on this platform". This is because JDK 1.7.0_55 needs to be installed.

    The RPM can be downloaded here: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html

    Then install the RPM with

    >rpm -ivh jdk-7u55-linux-x64.rpm

    ReplyDelete