-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135431 | emb-9 | Alexander Matveev | P3 | Resolved | Fixed | team |
JDK-8140826 | 8u91 | Alexander Matveev | P3 | Resolved | Fixed | b01 |
JDK-8139610 | 8u72 | Alexander Matveev | P3 | Resolved | Fixed | b03 |
JDK-8147115 | emb-8u91 | Alexander Matveev | P3 | Resolved | Fixed | b01 |
HKCR \ jnlp \ (Default) = "URL:jnlp Protocol"
HKCR \ jnlp \ URL Protocol = ""
HKCR \ jnlp \ shell \ open \ command \ (default) = "C:\Program Files (x86)\Java\jre1.8.0_60\bin\javaws.exe" "%1"
and
HKCR \ jnlps \ (Default) = "URL:jnlps Protocol"
HKCR \ jnlps \ URL Protocol = ""
HKCR \ jnlps \ shell \ open \ command \ (default) = "C:\Program Files (x86)\Java\jre1.8.0_60\bin\javaws.exe" "%1"
(of course pointing to the current javaws version being installed),
and to properly remove them on uninstall (or modify to point to the latest version).
There is also likely a registry key to automatically use Java Web Start Launcher for this. When I add just the above keys, and then launch the tests in: http://oklahoma.us.oracle.com/www/tests/jnlp/test.html (in firefox), I get a dialog asking me if I want to use the Java Web Start Launcher for this, it has a always use checkbox, if checked, I will not see this dialog again. We may also want to set whatever registry key this checkbox sets.
- backported by
-
JDK-8135431 Add a URL scheme handler to reliably launch .jnlp files - Windows registration part
- Resolved
-
JDK-8139610 Add a URL scheme handler to reliably launch .jnlp files - Windows registration part
- Resolved
-
JDK-8140826 Add a URL scheme handler to reliably launch .jnlp files - Windows registration part
- Resolved
-
JDK-8147115 Add a URL scheme handler to reliably launch .jnlp files - Windows registration part
- Resolved
- relates to
-
JDK-8129792 Add a URL scheme handler to reliably launch .jnlp files - Unix registration part
- Closed
-
JDK-8081847 Add a URL scheme handler to reliably launch .jnlp files - Mac registration part
- Resolved
-
JDK-8055464 Add a URL scheme handler to reliably launch .jnlp files - java part
- Closed