Wednesday, July 20, 2011

FMW 11g Upgrade : JDK Installation - Part 4

FMW 11g Upgrade Master Index


Download the latest JDK which is certified with the version of fusion middleware getting installed.

Go to the JDK Staging Area
Run as oracle user ./ jdk-6u26-linux-x64.bin
This process will unzip the JDK under a folder in the same directory
Move the directory to the JDK desired location

oracle@testas[]$ pwd
/app/tst/ora/as/app/products/java
oracle@testas[]$ mv jdk1.6.0_26 /app/tst/ora/as/app/products/java
oracle@testas[]$

Verify the Java Version and look it is compatible with 64bit

oracle@testas[]$ cd /app/dev/ora/as/app/products/jdk
oracle@testas[]$ cd bin
oracle@testas[]$ ./java -d64 -fullversion
java full version "1.6.0_26-b03"
oracle@testas[]$

Popular Posts