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

jpackage --mac-bundle-name option doesn't work

XMLWordPrintable

      According to the spec:

      --mac-bundle-name <name string>
            Name of the application as it appears in the Menu Bar. This can be different from the application name.

      1. set --mac-bundle-name to "TestBundleName"
      jpackage create-installer --installer-type pkg --input input --output output --name hello-1.0.pkg --main-jar hello.jar --main-class Hello --mac-bundle-name TestBundleName

      2. Install hello-1.0.pkg and run the app.

      3. See the app name in the system menu
      obtained: hello
      expected: TestBundleName

            ssadetsky Semyon Sadetsky (Inactive)
            ssadetsky Semyon Sadetsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: