🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.
Kiva’s Java Virtual Machine.
Requirements
Build instructions
cd
into your directory that contains KiVM source code.cmake . && make
in your terminal app.Usage:
java [-?] [-v] [-cp <path>] [-classpath <path>] <class-name> [<args>]...
Options:
-?, -help show help
-v, -version show version
-cp <path> class search path
-classpath <path> same as -cp
<class-name> name of the class to run
We would like to thank JetBrains for sharing free
open-source licences of amazing tools such as CLion.