Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sysprog21/pitifulvm

Repository files navigation

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.

About

A shabby implementation of Java virtual machine in C

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /