Download Java MSI x64 and x86 8.0.1620.12.
For installation with Configuration Manager use:
x86
msiexec.exe /i "jre1.8.0_162.msi" /qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No
x64
msiexec.exe /i "jre1.8.0_16264.msi" /qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No
For uninstall use:
x86
msiexec /x {26A24AE4-039D-4CA4-87B4-2F32180162F0} /qn /norestart
x64
msiexec /x {26A24AE4-039D-4CA4-87B4-2F64180162F0} /qn /norestart
Bug Fixes
The following are some of the notable bug fixes included in this release:
deploy/webstart
JNLP files won’t launch from IE11 on Windows 10 Creators Update
Web-start applications cannot be launched when clicking JNLP link from IE 11 on Windows 10 Creators Update when 64-bit JRE is installed. Workaround is to uninstall 64-bit JRE and use only 32-bit JRE.
This release contains fixes for security vulnerabilities described in the Oracle Critical Patch Update. For a more complete list of the bug fixes included in this release, see the JDK 8u162 Bug Fixes page.