Docs.oracle.com Therefore, prior to installing Oracle WebLogic 12.1.3 for 64-bit platforms, you must manually download and install the requisite JDK. For the latest information about the specifically supported JDK, refer to the Oracle Fusion Middleware 12c Infrastructure product on Oracle Certification. Download the Weblogic Server 12c software from Oracle Technology Network. Java Development Kit (I used 7u25 jdk-7u25-linux-x64.tar.gz) WebLogic Server 12c Release 2 - Generic WebLogic Server and Coherence Installer (880M). Therefore, prior to installing Oracle WebLogic 12.1.3 for 64-bit platforms, you must manually download and install the requisite JDK. For the latest information about the specifically supported JDK, refer to the Oracle Fusion Middleware 12c Infrastructure product on Oracle Certification.
1. jdk-8u121-windows-x64.exe (for development) or
jrockit-jdk1.6.0_45-R28.2.7-4.1.0-windows-x64.exe (for production)
2. fmw_12.2.1.2.0_infrastructure.jar (For Fusion Middleware Infrastructure - It adds Fusion MiddlewareControl and Java Required Files (JRF) for managing Multitenant domains with multiple partitions.) or
fmw_12.2.1.2.0_wls.jar
In this installation we have used jdk-8u121-windows-x64.exe and fmw_12.2.1.2.0_infrastructure.jar.
Download Java JDK and Install on your machine.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Install Java JDK: (Installed jdk on C:Program FilesJavajdk1.8.0_121 in our case)
Download WebLogic Software and install.
http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html
We stored oracle software on D:DOWNLOADSWLS12c-Softfmw_12.2.1.2.0_infrastructure_Disk1_1of1
Install Oracle WebLogic Server (fmw_12.2.1.2.0_infrastructure.jar). To install first you need jdk to run the .jar file. Follow the below steps to install.
1. Open command prompt as administrator.
2. Change Directory to jdk bin folder. Open installer using below command. Change installer path according to your download and jdk location.
cd C:Program FilesJavajdk1.8.0_121bin
java -jar D:DOWNLOADSWLS12c-Softfmw_12.2.1.2.0_infrastructure_Disk1_1of1fmw_12.2.1.2.0_infrastructure.jar
It will launch installer as below screen.
Click Next.
Select 'Skip Auto Update'
Click Next.
Select Location to Store Server. 'D:OracleMiddlewareOracle_Home'
Click Next
'Fusion Middleware Infrastructure' is selected by default. You can select with examples as well.
Click Next
Click Next
Uncheck 'I wish to receive security updates via My Oracle Support'
Click 'Yes' and confirm.
Click Next
Click on 'Install'
Click on Finish.
Software installed successfully!!!!!
Installation size 1.93 GB
I try to install weblogic and also i download files but i dont know how to install weblogic fro these files for windows 10 64 bit .. i download these 3 files
1)fmw_12.2.1.0.0_wls_quick
2)fmw_12.2.1.0.0_wls
3)fmw_12.2.1.0.0_infrastructure
All 3 are executable jar file .. but i don't understand which file is for web logic?
i download from this website .. first option
Download Weblogic Server 10.3.6.0 For Windows 64 Bit
1 Answer
Download Itunes 12.1.3 For Windows (64-bit)
It depends on what are you looking for.From Official Oracle Middleware Downloads:
The Quick Installer offers full Java EE 7 development, and includes Oracle WebLogic Server and Oracle Coherence.
The generic installer also includes Oracle WebLogic Server and Oracle Coherence and adds examples and console help files.
The Fusion Middleware Infrastructure installer adds Fusion Middleware Control and Java Required Files (JRF) for managing Multitenant domains with multiple partitions. (Note: Licensed customers should obtain their Oracle WebLogic Server 12cR2 software here.)
Comments are closed.