An open API service indexing awesome lists of open source software.

https://github.com/queer/jvmagic

Providing access to JVMTI through Java. Because we can, ofc.
https://github.com/queer/jvmagic

Last synced: 9 months ago
JSON representation

Providing access to JVMTI through Java. Because we can, ofc.

Awesome Lists containing this project

README

          

To compile:
```
mvn clean package
```
Only builds a .so file for Linux.

Please don't try to understand the mess of maven submodules that makes this work; you'll probably get a bigger headache than me.

---

Running requires tools.jar to be present.
To run:
```
# Or wherever your tools.jar is located.
java -cp ./jvmagic.jar:/usr/lib/jvm/java-8-jdk/lib/tools.jar date.willnot.amy.jvmagic.JVMagic
```