Skip to content

CodingAdai/jvm_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自己动手写Java虚拟机

第1章 命令行工具

环境准备

本书作者使用的实现语言为 Golang。

  1. 安装Golang(brew install go)
  2. 安装IDE(Goland)
  3. 代理设置(https://goproxy.io)

编写命令行工具

关于java命令

https://docs.oracle.com/en/java/javase/13/docs/specs/man/java.html

The java command starts a Java application. It does this by starting the Java Virtual Machine (JVM), loading the specified class, and calling that class's main() method.

第2章 搜索class文件

第3章 解析class文件

第4章

第5章

第6章

第7章

第8章

第9章

第10章

About

《自己动手写Java虚拟机》笔记

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages