Skip to content

WebLogic 12C installation process

WebLogic Server 12c installation requires a generic installer JAR file, typically named fmw_12.2.1.4.0_wls.jar^[600-developer-java-application-server-weblogic-weblogic-12c-install.md]. The setup process is initiated from the command line using the java -jar command^[600-developer-java-application-server-weblogic-weblogic-12c-install.md].

Installation steps

To begin the installation, execute the following command in your terminal or command prompt^[600-developer-java-application-server-weblogic-weblogic-12c-install.md]:

java -jar fmw_12.2.1.4.0_wls_generic.jar

This will launch the graphical installer wizard to guide you through the setup process.

Sources

^[600-developer-java-application-server-weblogic-weblogic-12c-install.md]