Install Oracle-BEA WebLogic 12c on openSUSE 64-bit Linux
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Quick Start with Oracle Bea WebLogic 12c Application Server for JEE6 Development Release on openSUSE 12.1/12.2/12.3/13.1 KDE4/Gnome x8664 Desktop.
Here I Describe a Local Installation, for a System-Wide One you will need hence to Adapt Consequently the Procedure.
On the Article Bottom you find a Link to Weblogic 12c Quick Start with First, Steps Administration and Deployment Procedures.
-
Download WebLogic 12c Server Generic for 64-bit JVM:
WebLogic Generic Installer .jar
-
Open Terminal Window
(Press “Enter” to Execute Commands)
-
Prerequisite Oracle Java JDK Installation:
Install Oracle JDK for openSUSE
-
SetUp Environment Variables
Set JAVA_HOME, MW_HOME and PATH Vars:
nano ~/.bashrc
Inserts Something Like:
export MW_HOME=$HOME/Oracle/Middleware
export JAVA_HOME=
export PATH=$PATH:$JAVA_HOME/bin
Ctrl+x to Save & Exit :)
Load New Environment:
bash
-
Start WebLogic 12c Server Installer
sudo java -jar $HOME/Downloads/wls12*.jar
-
Installation Procedure with ScreenShots

Set Oracle Middleware Home. If You Change the Default Middleware Location Then Remember to Modify Consequently also the $MW_HOME in ~/.bashrc SetUp :)

If NO Oracle Subscription Then Just Skip Up.


Choose Installation Type.

Possibly Select the JDK to Use with WebLogic 12c Server.

Set WebLogic 12c Server Installation Directories.

Summary.

Installing...

Success!

Congratulation :)
-
Quick-Start with Oracle WebLogic 12c Server on openSUSE:
WebLogic 12c Server Domain StartUp