Panda's Blog - Disable Java Auto Update through GPO describes how you can set EnableJavaUpdate DWORD in the registry below HKLM\SOFTWARE\JavaSoft\Java Update\Policy to 0 via GPO.
Sun Java 1.6.0_19 and higher is causing a security warning for WebSphere/Rational Host On-Demand clients
Oracle Java SE Documentation - Mixing Signed and Unsigned Code Ensuring Application and Applet Security
Error: 25099 during Java installation (file in use)
Tested with Java Runtime 1.8 update 77.
When starting a Java applet, in this case a Supermicro remote IPMI console, you are greeted with the message:
“Failed to validate certificate. The application will not be executed.”
Clicking on More Information… shows:
“PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA”
In other words: Java 1.8 update 77 is set to no longer allow certificate with an MD5 signature.
To work around this:
jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
#jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024