jpackage create-installer with runtime-image fails on mac.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: internal
    • Component/s: tools
    • None

      creating an installer directly with "--runtime-image jdk11"

      > $JDK_HOME/bin/jpackage create-installer \
      > --installer-type pkg \
      > --input input-hello \
      > --output output \
      > --name simple \
      > --main-jar hello.jar \
      > --main-class hello \

      works fine but using runtime-image:

      > $JDK_HOME/bin/jpackage create-installer \
      > --installer-type pkg \
      > --input input-hello \
      > --output output \
      > --name simple \
      > --main-jar hello.jar \
      > --main-class hello \
      > --runtime-image jdk11 \

      it fails.

            Assignee:
            Semyon Sadetsky (Inactive)
            Reporter:
            Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: