A Launch Configuration in Eclipse is used when you run the code from within Eclipse. You can save a Launch Config, see here: Store run configuration with project in Eclipse
I think what you're looking for though is a way to be able to bundle these vm args for an executable jar? The easy way to do this would be to ship a .cmd/.bat/.sh script with your jar that calls your jar with -jar and sets the args from the commandline.