Wikipedia

Search results

Tuesday 14 October 2014

Upgrade Latest version of JRE Native on Server and Disable Java-auto update on Client Machine

High Level Steps
***************

1. Download the latest Java patch on Windows platform(Clients platform) from (Doc ID 1439822.1) and unzip the patch. Which consist of jre-7u67-windows-i586.exe file

19295660Oracle JRE 7 Update 67 with Auto Update Off05-AUG-2014



                     2. Rename the downloaded JRE Native Plugin file to j2se<version>.exe

For example:

jre-7u67-windows-i586.exe or jre-7u67-windows-x64.exe would be renamed j2se17067.exe

           3. Move the j2se170xx.exe file to the web application tier and place it in the following directory:

$[COMMON_TOP]/webapps/oacore/util/jinitiator

                    4. If not applied previously, apply the JRE Plug-in interoperability Patch 4377566 through AutoPatch by following its readme.

                    5. Run the $FND_TOP/bin/txkSetPlugin.sh script against the web node of the application tier.

# su - applmgr
cd $FND_TOP/bin
$ sh txkSetPlugin.sh 17067



Now you have upgraded JRE Native version to latest....So whenever client access the application form's function, it will prompt for latest version java download...


References
**********

Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (Doc ID 393931.1)
All Java SE Downloads on MOS (Doc ID 1439822.1)


No comments:

Post a Comment