10.1.3
Download Latest JDK 7.0 Update
Click on the appropriate link below to download the JDK from the site that corresponds to the operating system being used on the application tier node. Download the 32-bit JDK, not the Java Runtime Environment (JRE). Do not choose the 64-bit version, which is not supported.
$ cd [IAS_ORACLE_HOME]/appsutil
$ mv jdk jdk_old
/** Install the latest JDK 7.0 Update here. In the example, the directory name is jdk1.7.0_5 .**/
$ mv jdk1.7.0_5 jdk
mv [IAS_ORACLE_HOME]/jre/1.4.2 [IAS_ORACLE_HOME]/jre/1.4.2_old
cp $FND_TOP/resource/font_file_name.ttf [IAS_ORACLE_HOME]/appsutil/jdk/jre/lib/fonts
10.1.2
Download Latest JDK 7.0 Update
Click on the appropriate link below to download the JDK from the site that corresponds to the operating system being used on the application tier node. Download the 32-bit JDK, not the Java Runtime Environment (JRE). Do not choose the 64-bit version, which is not supported.
$ cd [10.1.2_ORACLE_HOME]
$ mv jdk jdk_old
/* Now install the downloaded latest update of JDK 7.0 here. In this example the version is 7.0_2. Then */
$ mv jdk1.7.0_2 jdk
$mv [10.1.2_ORACLE_HOME]/jdk64 [10.1.2_ORACLE_HOME]/jdk64_old
$mv [10.1.2_ORACLE_HOME]/jre/1.4.2 [10.1.2_ORACLE_HOME]/jre/1.4.2_old
$mv [10.1.3_ORACLE_HOME]/jre/1.4.2 [10.1.3_ORACLE_HOME]/jre/1.4.2_old