Possibility to run module in modulepath without jar.
Brought to you by:
grzegok
Is it already possible to make an executable that specifies java modulepath with -p and module to run with -m without specifying -jar at all? I could not figure out how to make it in launch4j gui. If not, would it be possible to implement this feature?
I didn't test this, but I guess if you don't specify
<jar>
in the config and instead use<jre><opt>...</opt></jre>
to specify the-p
and-m
options it should work.