You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This basic JVM interpreter loads Java class files and execute them. The goal for this project is to learn how the JVM works, and can only execute very simple applications.
Created by Andreas Brommund & Hadar Greinsmark.
About
Minimal Java Virtual Machine that interpret class files