Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7085020

applets and fx-apps run thru webstart will not relaunch for jnlp. and javaws. properties

XMLWordPrintable

    • generic
    • generic

        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.

              nam Nam Nguyen (Inactive)
              herrick Andy Herrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: