I've been trying to make an executable .jar file openable from a double click, but it seems that I can only open it through the terminal with the following line:
java -jar --module-path /PATH/javafx-sdk-11.0.2/lib --add-modules javafx.controls,javafx.fxml rigel.jar
I can't quite figure out how to make it openable with a double-click. I read a lot of posts where people advised to use a .sh file, but after reading a few tutorials about them I still haven't figured out how to launch them from outside the terminal.
Also, I would like to make it work on both MAC OS and Windows and be able to distribute it, so Jar Bundler won't help.
The idea would be to turn a jar file into a .exe and a .app for Windows and Mac, knowing that the jar file can only be opened by passing it javaFX in args through the terminal for now...
Does anyone have an idea as to how I could do this?
Thanks in advance
question from:
https://stackoverflow.com/questions/66049442/make-executable-jar-into-mac-os-and-windows-apps-without-passing-args-in-termina 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…