I tried to create a jar executable using Eclipse.
The problem is that the vm parameters that I added to the launch configuration in Eclipse were not saved in any way.
I know that I can create a batch file that will launch the jar with the necessary arguments, but I would prefer that my users simply run the jar.
So my question is, is there a way to pass vm arguments to an executable jar not on the command line?
java eclipse executable-jar
Avi y
source share