I was trying to create a runnable jar file using Eclipse.
The problem is that the vm parameters I have added to the run configuration in the Eclipse were not saved in any way.
I know I can create a batch file that will run the jar with the needed arguments, but I would prefer my users will just run the jar itself.
My question is therefore, is there any way to pass vm arguments to the runnable jar not by command line?