JavaJVMArgs

Specifies a comma-separated list of arguments to pass to the Java Virtual Machine (JVM).

Parameter type: optional, static

For example, if you want to debug a process, you might specify these arguments:

JavaJVMArgs=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044

The arguments you can use depend the specific JVM you are using.