I have a javafx application and I want to compress it and its module dependencies (javaFX) into a single jar file via windows command prompt, so that you can run it via double click anywhere without needing the javafx sdk.
The javaFX modules I'm using are controls & web.
I've searched extensively for information on how to do this. All I've found however is stuff on running the jar with javaFX modules. However, this doesn't fit the single jar file requirement, as you need to have downloaded the javaFX sdk separately.