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

Runtime installers on macos installed in directory of the wrong name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 15
    • 14
    • tools

      On Windows, if you execute: "jpackage --name foo --runtime-image bar" you will create an installer foo-1.0.exe which when run will install a runtime in "C:/Program Files/foo".
      On Mac if I execute "jpackage --type pkg --name foo --runtime-image bar --mac-package-name foobar --install-dir ~" It will create foo-1.0.pkg which when run will install a runtime in "~/bar".

      Shouldn't that be "~/foo" ?

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

              Created:
              Updated:
              Resolved: