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

Creating installer with --runtime-image on OS X fails

XMLWordPrintable

      Following command which uses --runtime-image when creating installer on OS X fails.

      > $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 \
      fails.

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

              Created:
              Updated:
              Resolved: