JDK-8185661 : JNLP files won't launch from IE11 on Windows 10 Creators Update
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u101,7u85,8u51,9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2017-08-01
  • Updated: 2024-05-28
  • Resolved: 2017-08-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10 JDK 8 JDK 9
10 b23Fixed 8u152Fixed 9.0.4Fixed
Sub Tasks
JDK-8186316 :  
JDK-8195651 :  
Description
FULL PRODUCT VERSION :


ADDITIONAL OS VERSION INFORMATION :
10.0.15063

A DESCRIPTION OF THE PROBLEM :
On Windows 10 Creators Update, jnlp file cannot launch from IE11 when 64bit jdk (or jre or both) installed.

Uninstalling 64bit jre and installing only 32bit jre is the only way to launch jnlp file on Creators Update.

cf.

https://stackoverflow.com/questions/44058428/jnlp-files-wont-launch-from-ie11-on-windows-10

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12386985/



REPRODUCIBILITY :
This bug can be reproduced always.


Comments
Paul to discuss further in Dev.
22-08-2017

Checked this on Windows 10 (build 1703) with IE 11 and could confirm the issue as reported. The JNLP launch successfully in Microsoft Edge browser though. Result: 8u131: FAIL (32-bit and 64-bit both are installed) 8u141: FAIL (32-bit and 64-bit both are installed) 8u144: FAIL (32-bit and 64-bit both are installed) 9 ea b180: FAIL with 32-bit as well with 64-bit both To reproduce: Install JRE 8u144 (both 32 bit and 64 bit). Run the Dynamic Tree demo from below web page: https://docs.oracle.com/javase/tutorial/deployment/webstart/examplesIndex.html Note that the Security scan run briefly and then the message disappears. The Downloads directory remain empty. Note: This works fine with earlier build 1607 of Windows 10 Removing 64-bit version from the system, bring back the normalcy and the application run fine.
01-08-2017