JVM Toolbox is a collection of utilities and tools for the Java Virtual Machine (JVM). It provides a range of functionalities that aim to enhance the development, debugging, and monitoring of applications running on the JVM.
- 1
- 2
- 3
- CMake & C++ compiler
- Gradle
TODO
Building the project is as simple as running the CMake generator. This will build both the inspector, injector, and the application.
jvm-toolbox
│
├── lib
│ └── inspector
│ └── injector
│
├── shared
│ └── ipc
│
├── examples
│
└── src
To contribute, fork the project and open a pull request.
TODO
TODO