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.
- Host: GitHub
- URL: https://github.com/queer/jvmagic
- Owner: queer
- Created: 2016-12-07T23:44:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T23:47:03.000Z (over 9 years ago)
- Last Synced: 2025-03-10T14:55:42.384Z (over 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```