A C++ library built around the Java Virtual Machine 17 Specification
- A Virtual Machine that can execute Java 17 bytecode
- Tools and visualization aids (disassembler, decompiler, etc)
- Compiler
Use cmake
(and preferably ninja
).
mkdir Build
cd Build
cmake -G Ninja ..
ninja