Specify any command-line options that JavaTest should use in its environment while running the tests on your system.

The following example shows how you would specify options to switch the JIT off with Oracle's reference implementation:

-Djava.compiler=none
Your product may use a different option.