https://github.com/pansonpanson/go-jvm
用Golang写一个精简的Java虚拟机
https://github.com/pansonpanson/go-jvm
Last synced: 5 months ago
JSON representation
用Golang写一个精简的Java虚拟机
- Host: GitHub
- URL: https://github.com/pansonpanson/go-jvm
- Owner: PansonPanson
- Created: 2018-10-21T13:08:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T14:03:01.000Z (over 7 years ago)
- Last Synced: 2025-06-03T14:58:43.460Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**项目准备要做的事**:Golang写一个精简的Java虚拟机。
在开始之前需要做的事情:
+ 安装JDK
+ 安装Go