I recently ported our Java 11 application to the newly released Java 14 (ZuluJDK). When trying to package our Application with the new JPackage via command line, the only thing that happens, no matter which jpackage-command I'm using, is the following Output:
WARNING: Using incubator modules: jdk.incubator.jpackage
14
An example command (censored some stuff, represented by < > placeholders...):
jpackage --type app-image --verbose --input <path> --main-class <class> --main-jar ./<name>.jar --output runtime-image --name "<name>" --version 2.0.0 --vendor "<company>" --icon <icon-path>.ico
Can somebody help me what could cause this? The Output of the sdk version does not provide much help.