I have a JavaFX application, that uses SceneBuilder, and has 2 VM arguments, and when I export it in Eclipse as a runnable jar file, it says that:
"VM arguments will not be part of the runnable JAR. Arguments can be passed on the command line when launching the JAR"
I still exported it though, but it wouldn't run. And I cant figure out how to add the arguments to the jar, and I also wanna convert it to a .exe with Launch4j
Anyone know how to add the VM Arguments to the jar?