Application installed with .pkg or .dmg cannot be found on Mac in /Application folder or any other location. Installer does not give any errors.
Example command line:
jpackage create-installer --installer-type pkg --input input --output output --name Test --main-jar hello.jar --main-class Hello --files hello.jar
Example command line:
jpackage create-installer --installer-type pkg --input input --output output --name Test --main-jar hello.jar --main-class Hello --files hello.jar
- relates to
-
JDK-8222676 create-installer with --app-image fails on mac
- Resolved