Skip to main content

IE11 doesn't work with current deployJava.js

Published on: 04/12/2013 Discussion Archived
When using Internet Explorer 11 with Mocca and the included deployJava.js to check the version of installed Java Runtime, the script doesn't detect the browser right, therefore the check fails.
 
This is caused by deployJava.js, which determines the used browser by the user-agent string. The IE11 user-agent string doesn't contain the token "msie" anymore.
 
Meanwhile Oracle has released a fix (https://bugs.openjdk.java.net/browse/JDK-8026474) and pushed it to https://java.com/js/deployJava.js (non-minified version: https://java.com/js/deployJava.txt)
 
Please update the deployJava.js in Mocca, so the Mocca-Applet will work in IE11 again.

Component

Code

Category

bug