Open Martin819 opened 1 year ago
If I understand correctly, <commandlineArgs>
is a javafx:run
option, which appears to work as expected. It looks like you can pass the same command-line parameters to the launcher via the shell special variable "$@"
:
./target/appImageName/bin/appName test1 test2
I have defined the
commandlineArgs
parameter, but it's never added to launcher.I'm using Java 17 on Linux.
Configuration:
Expected launcher:
Actual launcher: