Reputation: 1564
I have a javaFx application developed with:
Following the javaFX 11 instructions (here) I have created a self contained app.
Unfortunately, to start the app a long command is required. Something like this:
dist/jlink/HelloFX/bin/java -m hellofx/org.openjfx.MainApp
This is not the best option for the end users.
My question is:
I was not able to find any updated directions for that.
Thank you.
Upvotes: 4
Views: 4554