zxh0 / jvm.go

A toy JVM written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what code have you depend!

liyang1009 opened this issue · comments

this go code depend open jdk source code ?

commented

it depends nothing (except some Go standard pkgs) to compile.
but you need openjdk (or oracle jdk) to run it (to find rt.jar ..)

thank you very much ! hope more conversation!