A DESCRIPTION OF THE PROBLEM :
If you package a (modularized) JavaFX application with jpackage, then command line arguments are never passed to the application's `main` method.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Use jpackage to package application
2. Run `myapplication.exe -test`
FREQUENCY : always
If you package a (modularized) JavaFX application with jpackage, then command line arguments are never passed to the application's `main` method.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Use jpackage to package application
2. Run `myapplication.exe -test`
FREQUENCY : always