Hello,
I need to be able to pass option flags to Java when my users execute a given Jar file. I am using Netbeans as my IDE and it would be nice if I could set it somewhere inside there to avoid manually changing each jar file to do this.
I know under the project if you right click, go properties, then run, you can set options there but I don't believe it builds it into the distributable jar file.
Please note I am NOT asking how to read parameters passed to the jar program itself, I need to pass options to Java.