Project Notes Building and Running an agent Agent currently lives in the framework subproject, so build project then create jar with: ./gradlew :framework:jar Run agent with the following command: java -javaagent:framework/build/libs/framework.jar \ -cp ~/scratch \ Hello