-
Bug
-
Resolution: Fixed
-
P3
-
7-client
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214762 | 8 | Nam Nguyen | P3 | Closed | Fixed | b12 |
when testing for relaunch in com.sun.deploy.util.JVMParameters.isExcluded() -
special exemption is made when Environment.isJavaWebStart() is true.
(Because AppPolicy.java will add the properties later) but in the case of webstart launching an FX app (or an applet), we switch over to using plugins code (and it's AppPolicy), but leave Environment.isJavaWebStart() true
we should call Environment.setEnvironmentType(Environment.ENV_PLUGIN);
in com.sun.javaws.Launcher.executeApplet() before we switch over to plugin code.
special exemption is made when Environment.isJavaWebStart() is true.
(Because AppPolicy.java will add the properties later) but in the case of webstart launching an FX app (or an applet), we switch over to using plugins code (and it's AppPolicy), but leave Environment.isJavaWebStart() true
we should call Environment.setEnvironmentType(Environment.ENV_PLUGIN);
in com.sun.javaws.Launcher.executeApplet() before we switch over to plugin code.
- backported by
-
JDK-2214762 applets and fx-apps run thru webstart will not relaunch for jnlp. and javaws. properties
-
- Closed
-