How to disable java out-of-date ActiveX control blocking feature in Internet Explorer -


IE recently introduced a new security feature old ActiveX blocking .
If your app uses any ActiveX control and while loading it in IE it checks whether it is still or not.
If it is not, it indicates with a message and blocks loading. For example, if your system has lower version Jre (Estimate 1.7.0_55) and if you try to load an applet in IE it indicates this way because there is an update available for Java.

Is there a way to disable this feature? I have checked the following link from Microsoft,

They have given two solutions for this problem. 1. Modifying Group Policy Settings Using Administrative Templates 2. Modifying group policy settings using registry commands.


This solution is system level and is more confusing for the user. There is no simpler and better solution.

This security block does not work in the trusted sites zone. Therefore, to disable this feature, add the site to Trusted Sites and keep the security level as medium.
If it's still blocked, delete the browser cache and reload it.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -