How can I find out what environment variables and Java system properties are set in my agent JVM process?
The prompt command “version” can give you a list of the agent process’ environment variables and system properties. At the agent prompt, type “help version” for the syntax of that command. In short “version –sysprops” will provide a list of all the system properties, “version –env” will provide a list of all the environment variables.