Pitifulvm Save

A shabby implementation of Java virtual machine in C

Project README

PitifulVM

A shabby implementation of Java virtual machine in C.

Prerequisites

Oracle Java SE Development Kit or OpenJDK is required to build and run test suite.

Running the tests

You can run the tests with make check.

Running the VM

You need to specify the full filename (including .class suffix) to the executable. For example:

$ javac tests/Factorial.java
$ ./jvm tests/Factorial.class

License

PitifulVM is released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Open Source Agenda is not affiliated with "Pitifulvm" Project. README Source: sysprog21/pitifulvm
Stars
137
Open Issues
1
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating