Run the agent using your JRE

Configure the agent with the proxy settings in any of the following scenarios:

  • You want to use the JRE that is installed in your machine instead of the Python Agent's default JRE.
  • You have installed the Python Agent without JRE.
...
[proxy]
installed_jre_path=/usr/lib/jvm/java-17-openjdk
use_installed_jre=True
...
Note: Python Agent first checks for installed_jre_path. If it is not set, then the Python Agent checks for JAVA_HOME.

For more information about directives, see Python Agent Settings.