Can not run Java Applets in Internet Explorer 11 using JRE 7u51

前端 未结 26 1141
天命终不由人
天命终不由人 2020-12-14 22:18

Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser\'s Cache, and logged into a secure website that uses an Applet to provide cert

26条回答
  •  一生所求
    2020-12-14 22:52

    Its not about security settings .. its the UserAgent in IE11 ( in IE11 its Trident while all previous versions of MS IE were MSIE ) so I suppose that Java deployment tool cannot recognize new baby of MS .. and send you back to install Java ..

    I already ask if there is any temporarily solution till Oracle guys make new release

    JavaFx web not working with Internet Explorer 11 with JRE7

    update:

    btw applet is working at least on the oracle test java page : http://www.java.com/en/download/installed.jsp I just uninstall all JAVA from PC then reinstall latest version and disable then enable "Java(tm) Plug-In 2 SSV Helper and Java(tm) Plug-In SSV Helper " @ manage add-ons. before testing java on web. and it works ..

    so I think its JavaFX not applet .. since JavafX is using dtjava.js while webstart(applet) using deployJava.js.

提交回复
热议问题