<p>If you have received the following message on your system, we recommend that you update your Java sofware version.</p>
<p>&#8220;Your Java version is out of date&#8221;</p>
<p><a href="https://www.wincert.net/wp-content/uploads/2015/07/java_update_notification.png"><img class="alignnone wp-image-1524 size-full" src="https://www.wincert.net/wp-content/uploads/2015/07/java_update_notification.png" alt="java version" width="516" height="319" /></a></p>
<p>But, if for some reason, you cannot update your Java version, you can disable this popup message by entering the following lines in your <strong>deployment.properties</strong> file that is stored in: <strong>C:\Windows\Sun\Java\Deployment</strong></p>
<p><strong>deployment.expiration.check.enabled=false</strong><br />
<strong>deployment.expiration.check.enabled.locked</strong></p>
<p>After this we have to add the followin environment variable.</p>
<p>Open Command Prompt and type the following</p>
<p><strong>setx deployment.expiration.check.enabled false /m</strong></p>
<p>If you do not have <strong>Deployment.config</strong> and <strong>Deployment.properties</strong> files in <strong>C:\Windows\Sun\Java\Deployment </strong>folder here&#8217;s what you&#8217;ll have to do:</p>
<p>Create <strong>Deployment.config file</strong> and add the following lines in it:</p>
<p><strong>deployment.system.config=file\:C\:/Windows/Sun/Java/Deployment/deployment.properties</strong><br />
<strong>deployment.system.config.mandatory=true</strong></p>
<p>Now create the <strong>Deployment.properties</strong> and add the following lines in it:</p>
<p><strong> deployment.javaws.autodownload=never</strong><br />
<strong>deployment.javaws.autodownload.locked</strong><br />
<strong>deployment.expiration.check.enabled=false</strong><br />
<strong>deployment.expiration.check.enabled.locked<br />
deployment.expiration.decision=never<br />
deployment.expiration.decision.locked<br />
deployment.expiration.decision.suppression=true<br />
deployment.expiration.decision.suppression.locked<br />
</strong></p>
<p>Set environment variable by typing the following line in command prompt:</p>
<p><strong>setx deployment.expiration.check.enabled false /m</strong></p>
<p>Hope this helps.</p>

Disable “Java version is out of date” message
