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

Remove code from native javaws launcher to write the users deployment.properties file.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • deploy
    • b68
    • generic
    • generic

        generally we write the deployment.properties file from javaws native launcher if :
        1.) The registered set of JREs have changed.
        2.) the args: "-userConfig <property> <name>" are used.

        For 1.) we need to do the same computation of the available set of JREs that we do now, just not write it to the deployment.properties file. (we will need to insure that at the java level, if the set of jres is updated, we update the deployment.properties file.)

        For 2.) we need to invoke the JCP with it's new args (added for 7u10) to set the property correctly.

              herrick Andy Herrick (Inactive)
              herrick Andy Herrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: