If you don't want to use the official releases you can also build the project by yourself.
Recommend: use an IDE (e.g. IDEA or Eclipse) that already contains the following requirements
- Java 21 JDK (see Requirements)
- latest Maven (3+)
- Open a new commandline / shell in the repository-root
mvn clean install
- executable (standalone; with all dependencies) jar should be at
target/javgent-standalone.jar
- executable (standalone; with all dependencies) jar should be at