Thursday, March 30, 2017

Install JDK for Weblogic Server in Windows Server

Steps to Install JDK for Weblogic Server in Windows Server


1. Weblogic Server needs JDK for installation. Here are steps to install JDK.


Download JDK from Oracle http://www.oracle.com/technetwork/java/javase/downloads/index.html


The latest installable might not certified with PeopleSoft required JDK or Weblogic. Before download check the certified versions from Oracle Support.


2.Create folder where you wanted to install JDK


Run the JDK executable as administrator





change location of installation where you created folder







select jre installation at different location





navigate to command prompt to jdk location and run following command to validate installation


>java -version
java version "1.7.0_121"
Java(TM) SE Runtime Environment (build 1.7.0_121-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.121-b15, mixed mode)

No comments:

Post a Comment