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

associations in javaws use the version of javaws used when the association is created.

    • b118
    • generic
    • generic
    • Verified

      When creating an association on windows, the code uses Config.getJavawsCommand() to get the path to javaws to launch the associated file with. If Java is later updated, it will continue to use the older version, and if it is removed, the association will fail.
      Shortcuts, however, use Config.getInstance().getSystemJavawsPath(), which will point them to the latest version, even if java is upgraded or uninstalled.
      We should use getSystemJavawsPath() in associations as well.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: