If you launched an application that uses Java, you may receive a message about Java being out of date.
Your Java version is out of date.
Update - (recommended) Get the latest security update from java.com
Block – Block Java content from running in this browser session.
Later – Continue and you will be reminded to update again later.
You receive this message when the application you launched detects a newer version of Java available. To suppress the Java warning message until you are able to update, you can perform the following steps.
Filename: Deployment.config
Lines to Add to File:
deployment.system.config=file\:C\:/Windows/Sun/Java/Deployment/deployment.properties deployment.system.config.mandatory=true
Filename: Deployment.properties
Lines to Add to File:
deployment.javaws.autodownload=never deployment.javaws.autodownload.locked deployment.expiration.check.enabled=false deployment.expiration.check.enabled.locked
setx deployment.expiration.check.enabled false /m javaws -userConfig deployment.expiration.check.enabled false
HKEY_CURRENT_USER\Software\AppDataLow\Software\JavaSoft\DeploymentProperties
deployment.expiration.check.enabled "false" deployment.expiration.check.enabled.locked deployment.expiration.decision=never deployment.expiration.decision.locked deployment.expiration.decision.suppression=true deployment.expiration.decision.suppression.locked
For more information, refer to the following links below.
Comments