1

I have a computer which specifically needs to use Java 6 Update 11 AND IE8. (Updating to Java 7 Update 67 crashes all the web apps of my customer).

I uninstalled the new Java and installed his old version again but the Java Applets execution are now prevented instead of starting automatically: IE shows a toolbar message saying "Java is obsolete..." and the user must click the bar and choose "Execute once" to run the applet.

There are no "Always Execute" option or anything alike.

Is there a way to force the automatic execution of the applets by hiding this warning message?

Jeff Noel
  • 167

1 Answers1

1

Try to push below settings into all affected machines

Turn off blocking of outdated ActiveX controls for Internet Explorer

<p>"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext" 
/v VersionCheckEnabled /t REG_DWORD /d 0 /f</p>

If none of the above options work, the address of the site which needs to use an out-of-date Java ActiveX control can be added to the >>Trusted Sites zone.

Reference : http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx