To use the Oracle Universal Installer (OUI) to install Oracle WebLogic 12.1.3: Locate the Oracle WebLogic 12.1.3 installer from the image that you downloaded from. Open a Command window with Run as Administrator option and run this command from. On Welcome, click the Next button. Install WebLogic Server 12c on Windows, create a new domain, and deploy a sample application, all in 30 minutes or less! A quick overview of the entire process, installation to deployment. Oracle has made the installation and setup of WebLogic Server 12c on Windows, remarkably easy for us as developers. Oracle WebLogic 12.1.3 installation on Windows - step by step. Verify the JDK you are using in the command prompt and go to the WebLogic installation file directory. Run the command bellow to start the installation (The Command Prompt window must be opened 'Run as administrator' on some Windows version). How to Uninstall WebLogic 12C In this section, we walk through how to uninstall WebLogic 12C. If you are looking to uninstall 11G version, then follow the link Uninstall WebLogic 11G. Uninstall WebLogic 12C 1. Login into WebLogic console and stop all the servers if any server is running (Default is. Installing Oracle Forms and Reports 12c on Windows 7 64 Bit. Installing Oracle Forms and Reports 12c on Windows 7 64 Bit. To install JAVA 1.8 and Weblogic Server. Installing Oracle Weblogic Server (OWLS) 12c 12.1.1 on Microsoft Windows Vista 64 bit In the article you will have a look at the prerequisites and steps to install Oracle Weblogic Server (OWLS) 12c on Windows Vista 64bit.
- How To Install Weblogic Server 12c On Windows 10 64 Bit
- How To Install Weblogic Server 12c On Windows 7 64 Bit
- How To Install Weblogic 12c On Windows
1. What Java Development Kit (JDK) I need to use ?
When we install an Oracle Weblogic server, we need to have an JDK installed. This is true for Windows and for Linux as well. The first question we have in our minds is 'What Java Development Kit (JDK) I need to use ?'. The response is in the installation guide or in the WebLogic server certification matrix. Note that the certification matrix is more for the Oracle Fusion Middleware.In our case we need to use the JDK 7.
Oracle WebLogic 12.1.3 supports Oracle JDK 1.7.0_55+, HP JDK 7.0.03, or IBM JDK 1.7.0 SR6+ version.
How To Install Weblogic Server 12c On Windows 10 64 Bit
For getting more information about how to install the JDK 7 on Windows you can read the article 'Java (JDK) 7 installation on Windows'.
2. What JDK is used by my Windows ?
Sometimes, you can have multiple JDK installation on the Operating System (generally, multiple versions). To check the java version you are using run the command bellow: For setting the environment to use a particular JDK home (version) you can use PATH or JAVA_HOME environment variable. PATH setting is stronger !!! Setting the correct JDK for the installation is very important !3. Oracle WebLogic 12.1.3 installation on Windows - step by step
Verify the JDK you are using in the command prompt and go to the WebLogic installation file directory.How To Install Weblogic Server 12c On Windows 7 64 Bit
Run the command bellow to start the installation (The Command Prompt window must be opened 'Run as administrator' on some Windows version):
java -jar fmw_12.1.3.0.0_wls.jar (fmw_12.1.3.0.0_wls.jar file was already downloaded from Oracle download web site)
The following window will appear:
After reading the instructions, we can press 'Next'.
You can choose a Middleware home (the default, or a new one). Click on 'Next'.
Chose 'WebLogic Server' as you want to install the WebLogic Server. Click on 'Next'.
If all the prerequisites are met, you can click on 'Next'.

Here I have unchecked 'I wish to receive security updates via My Oracle Support'. Click on 'Next'.
Click on 'Install'. And see the installation progress.
When the installation progress is finished you can click on 'Next' or 'Finish'. In this case I will press on 'Next' to see the installation information:
At the end, uncheck 'Automatically Launch the Configuration Wizard' and then click on 'Finish'. If you want to create a domain, 'Automatically Launch the Configuration Wizard' field must be checked.
How To Install Weblogic 12c On Windows
fmw_12.1.3.0.0_wls.jar installation file is used for 64 bit installation. For 32 bit we have to download other installation file !!!