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.

        1. cpl.plist.orig
          10 kB
          Andy Herrick
        2. MacBundler.patch
          2 kB
          Andy Herrick
        3. Screen Shot 2019-05-28 at 10.52.32 AM.png
          137 kB
          Semyon Sadetsky

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

              Created:
              Updated:
              Resolved: