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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • internal
    • 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.

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

              Created:
              Updated:
              Resolved: