I am creating a jar of my current application, for which it is necessary to install several JVM arguments.
Is there a way to set these JVM arguments in a file and not on the command line?
I did some hunting, and it looks like I could do something with the java.properties file, possibly by installing java-args, but I cannot find a format link for this.
Am I barking the wrong tree?
Is this possible, and if so, how?
If not, is there another way to specify JVM arguments?
source share