Skip to content

Java Tracer installation๐Ÿ”—

The SandboxAQ Java Tracer is a tool that logs cryptographic calls made by a Java Virtual Machine (JVM) and its associated Java application. The logged information is formatted for analysis by AQtive Guard.

Requirements๐Ÿ”—

  • Java 8 or higher

Download๐Ÿ”—

The Java Tracer is distributed as a .zip or .tar archive and can be downloaded from the AQtive Guard web interface:

  1. Select Projects from the menu bar.
  2. Select Tracers and Scanners at the top right of the screen.
  3. Select the desired tracer or scanner to download, then Close.

If youโ€™re using the on-premise AQtive Guard, the Java Tracer is typically distributed with the on-premise package.

Visit our support portal if you have questions or need help.

Installation๐Ÿ”—

When you extract the cs-java-tracer-.zip package, itโ€™ll create a directory named cs-java-tracer-<VERSION> that contains a JAR file cs-java-tracer.jar. For instance:

cs-java-tracer-1.8.2/
โ””โ”€โ”€ cs-java-tracer.jar

Tip

You can move the cs-java-tracer.jar file to anywhere on your system. It doesnโ€™t have to remain in the cs-java-tracer-<VERSION> directory.

Caution

Renaming the tracer JAR file can cause the trace to fail. If you must rename the JAR file, refer to Renaming the Tracer Jar File in the Java Tracer reference for instructions.