Security – Warning: Unavailable Version of Java Requested

javaSecuritywarning

We are updating client computers to JRE 1.7 but a partner Web application has a mention of the older java version in its applet HTML tags (java_version=1.6*). Because of this mention, the applet loading is preceded by the warning "Unavailable Version of Java Requested", which asks permissions to run the applet with the latest Java version. If the user clicks Yes, the application works without any issues until the applet disappears from the Java cache.

As we always have only one Java version on our computers, showing these irritating popups does not make any sense for our users and we want to suppress them.

We played with different policies available in deployment.properties, like deployment.insecure.jres=Always and found nothing that allows suppressing this warning.

The selected preference to run this particular applet with the latest version of JRE is store in the Java cache for the life or the applet in the cache. So it is not manageable either.

Is there any policies or settings to prevent these warning from displaying?
Except of making a silly vbs to automatically click Yes on the popup?

Best Answer

The response is found in Java 7.40 via Deployment Rule Sets.

Related Topic