JVM System Properties

You can set custom system properties for the JVM process that hosts Software Risk Manager. To do so, use the prefix codedx.jvmprops. on a line in your codedx.props file. For example, to set the http.proxyHost system property to 1.2.3.4, add the following line:

codedx.jvmprops.http.proxyHost = 1.2.3.4

Note that specifying a setting this way will overwrite existing settings in the JVM. For example, it is possible to overwrite the user.home property, which may be used by logic within Software Risk Manager. Use care that you don't overwrite an important value.

For a non-exhaustive list of system properties to be aware of, see https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html.