Thursday, September 24, 2020

How To Install Jdeveloper 12c(12.2.1.4)

 To Install Jdeveloper, follow below steps:

1.       Download QuickStart_12.2.1.4.0

2.       Download JDK(jdk-8u181-windows-x64)

3.       Set Environment Variable

4.       Install Jdeveloper

S1: Download Quickstart_12.2.1.4.0

(Oracle_SSN_DLM_07280546) for QuickStart fmw_12.2.1.4.0_bpm_quickstart and fmw_12.2.1.4.0_bpm_quickstart2

Login to Oracle Account : If you don’t have please signup

https://www.oracle.com/

Go to download:

https://www.oracle.com/in/middleware/technologies/soasuite/downloads.html

Here, You can download based on your system requirement and depends on which product you are looking for (Ex:BPM/SOA). In My case I required both BPM and SOA in single Quickstart So I selected below Software to download.

You can see below file got downloaded:

Open this file by clicking on this you can see below pop-up appear:

Click next and get the zip folder which contain jar file.


Once above process complete you will receive two zip folder, Extract this zip folder and you can view it contain fmw_12.2.1.4.0_bpm_quickstart and fmw_12.2.1.4.0_bpm_quickstart2

You can view below file inside folder V983386-01_1of2 and V983386-01_2of2

Unzip zip file and you will see jar files. Place these 2 jars in the same folder location

a.       fmw_12.2.1.4.0_bpm_quickstart

b.      fmw_12.2.1.4.0_bpm_quickstart2

S2: Download JDK(jdk-8u181-windows-x64)

Make sure the jdk version to be minimum jdk8u101.You can download from below url http://www.oracle.com/technetwork/java/javase/downloads/index.html

Note: While installation it will take default path (C:\Program Files) but due to space between Program Files we will face issue while installing OracleHome

è Spaces are not allowed anywhere in the Oracle home directory path.

è For example, you cannot install in "C:\program files\oracle\Infra" because of the space character in "program files". 

è The installer does not check for this until several screens after you have entered the path.

1: create new folder in c drive: Oracle

2: install JDK

3: install/ paste  java folder which contain JDK/JRE

S3: Set Environment Variable

Right click on MyComputer/This PC -> Properties -> Advance system settings -> Environment Variables

set path for user variable:

path: C:\Oracle\Java\jdk1.8.0_202\bin

also in system variable:

path: C:\Oracle\Java\jdk1.8.0_202\bin

set JAVA_HOME

JAVA_HOME : C:\Oracle\Java\jdk1.8.0_202

Ok


S4: Install Jdeveloper

Steps To Install:

1.    Unzip zip file and you will see jar files. Place these 2 jars in the same folder location

a.       fmw_12.2.1.4.0_bpm_quickstart

b.      fmw_12.2.1.4.0_bpm_quickstart2

 

2.    Make sure the jdk is installed

3.    Open the cmd prompt, right-click on it and run it as administrator.

 

1.     Go to java bin folder where you have installed latest JDK. E.g. C:\Oracle\Java\jdk1.8.0_202\bin Oracle SOA 12c is an executable jar file so we need to run it from command prompt.

2.      Run below command in command prompt. 

Java –jar Oracle_SOA_12c_exceutable_Jar_File_Location

c\users\diksha.gauraw> cd C:\Oracle\Java\jdk1.8.0_191\bin 

C:\Oracle\Java\jdk1.8.0_191\binjava -jar D:\SoftwareSS\JdevSetup\JdevSoftware\V983386-01_1of2\ fmw_12.2.1.4.0_bpm_quickstart.jar

 

next-next- finish- it will install jdveloper

Once all files extracted, it will launch the installer.

You can see we have both option for BPM and SOA Application.


 


No comments:

Post a Comment

SOA Overview Part-1

  Middleware It provides a mechanism for the process to interact with other processes running on multiple network machines. Advantages...