Skip to content

btracec

Jaroslav Bachorik edited this page Jul 12, 2026 · 4 revisions

btracec

btracec compiles and verifies a Java BTrace probe into a class file for startup-agent or launcher use.

btracec [-cp <classpath>] [-d <directory>] <script.java> [...]

Examples:

btracec MyTrace.java
btracec -d build/probes MyTrace.java

For the stable installation and agent workflow, see the BTrace Wiki and BTrace 2.2.6 release.

Clone this wiki locally