Specify any environment variables that JavaTest should set in its environment while executing the tests on your system for devtools wrapper scripts. Specify the variables using name=value pairs.

For example, to run tests using wrapper scripts provided with the test suite, specify the path to Java runtime implementation in the JAVA_HOME environment variable.

JavaTest cannot inherit environment variables from your operating system environment. If you find that your tests execute correctly outside of JavaTest, but do not execute correctly using JavaTest, it might be because a value set in your operating system environment is not available to the test. If you check your operating system environment and determine that this is the case, set the missing values here. Usually, you do not need to enter any values for the reference Java.