An open API service indexing awesome lists of open source software.

https://github.com/ejunjsh/utj

utj(understanding the jvm)
https://github.com/ejunjsh/utj

java understanding-the-jvm

Last synced: about 1 month ago
JSON representation

utj(understanding the jvm)

Awesome Lists containing this project

README

          

# utj(understanding the jvm)

最近重读《深入理解jvm虚拟机》,为了加深印象(其实是为了完成我每天提交GitHub的任务),顾把源码+docker来重新玩一把

# 前提
1. 下载代码
2. 安装docker
3. 安装docker-compose

# 开玩

进入相应的代码目录,运行`docker-compose up`,就能看到书中实例中差不多的输出了。

# 后来

忽然发现,很多不需要`docker`的,晕,好吧,没有`docker-compose.yml`文件的用直接`sh run.sh`运行程序也行吧