This issue is reproducible on OS X with command below:
$JDK_HOME/bin/jpackage create-app-image \
--output output \
--module 'me.mymodule' \
--module-path '../input-mods/mods' \
In output ".app" folder will be created (empty application name) and command will fail with error below:
java.nio.file.FileAlreadyExistsException: output/.app/Contents/MacOS
$JDK_HOME/bin/jpackage create-app-image \
--output output \
--module 'me.mymodule' \
--module-path '../input-mods/mods' \
In output ".app" folder will be created (empty application name) and command will fail with error below:
java.nio.file.FileAlreadyExistsException: output/.app/Contents/MacOS
- duplicates
-
JDK-8222901 different behavior when --name option not used
-
- Resolved
-
- relates to
-
JDK-8222901 different behavior when --name option not used
-
- Resolved
-