Download Java MSI x64 and x86 8.0.2010.9.
For installation with Configuration Manager use:
x86
msiexec.exe /i "jre1.8.0_201.msi"/qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1
x64
msiexec.exe /i "jre1.8.0_20164.msi"/qn JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1
For uninstall use:
x86
msiexec /x {26A24AE4-039D-4CA4-87B4-2F32180201F0} /qn /norestart
x64
msiexec /x {26A24AE4-039D-4CA4-87B4-2F64180201F0} /qn /norestart
Release Highlights
JRE Expiration Date
The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts, and Bulletins. This JRE (version 8u201) will expire with the release of the next critical patch update scheduled for April 16, 2019.
For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 8u201) on May 16, 2019. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version.
security-libs/javax.net.ssl
TLS anon and NULL Cipher Suites are DisabledThe TLS anon (anonymous) and NULL cipher suites have been added to the jdk.tls.disabledAlgorithms
security property and are now disabled by default.
security-libs/java.security
jarsigner Prints When a timestamp Will ExpireThe jarsigner
tool now shows more information about the lifetime of a timestamped JAR. New warning and error messages are displayed when a timestamp has expired or is expiring within one year.