Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 373 Bytes

File metadata and controls

18 lines (13 loc) · 373 Bytes

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