Deploying JavaFX app with jlink plugin from Maven. How to get the .jar?

Viewed 204

I managed to deploy my application using jlink plugin from maven. It created a sh file that works, but i would like to wrap it in one .exe file. Ive been trying do this all day but i failed. This can be done in launch4j but it needs a jar file, that jlink does not produce.

Any help would be greatly appreciated.

Thank You

0 Answers
Related