您的位置:首页 > 编程语言 > Java开发

ebs java

2016-06-29 15:37 531 查看
Using JDK 7.0 Latest Update with Oracle E-Business Suite Release 12.0 and 12.1 (Doc ID 1467892.1)10.1.3Download Latest JDK 7.0 UpdateClick 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, whichis 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 UpdateClick 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, whichis 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: