Skip to content

JVM Toolbox is a collection of utilities and tools for the Java Virtual Machine (JVM).

Notifications You must be signed in to change notification settings

SystematicSkid/jvm-toolbox

Repository files navigation

JVM Toolbox

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.

Features

  • 1
  • 2
  • 3

Pre-requisites

  • CMake & C++ compiler
  • Gradle

Getting Started

TODO

Building the Project

Building the project is as simple as running the CMake generator. This will build both the inspector, injector, and the application.

Project Structure

jvm-toolbox
│
├── lib
│   └── inspector
│   └── injector
│
├── shared
│   └── ipc
│
├── examples
│
└── src

Contributing

To contribute, fork the project and open a pull request.

License

TODO

Contact

TODO

About

JVM Toolbox is a collection of utilities and tools for the Java Virtual Machine (JVM).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages