zooxyt / cha

A minimum implementation of Java SE 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cha Virtual Machine

INTRODUCTION

ChaVM is a minimum implementation of Java SE 7(Java Virtual Machine Specification Java SE 7 Edition) which can be find at the following link: https://docs.oracle.com/javase/specs/jvms/se7/jvms7.pdf

PROGRESS

Class Loader (in Progress)

BUILDING

$ cd src
$ ./configure
$ make

LICENSE

BSD 3-Clause License

About

A minimum implementation of Java SE 7

License:MIT License


Languages

Language:C 99.6%Language:Shell 0.3%Language:Java 0.1%