Java 虚拟机 jvm.go

码农软件 · 软件分类 · Java开发工具 · 2019-11-07 09:12:14

软件介绍

jvm.go 是一个用 Go 语言编写的 JVM 虚拟机。

jvm.go Logo

开发环境:

  • Mac OS X 10.10.2

  • Java 1.8.0_31

  • Go 1.4

构建方法:

export GOPATH=path/to/jvm.go/
go install jvmgo

创建如下目录结构:

path/to/jvm.go/bin
├── jvmgo
└── jre/
    ├── lib/
    ├── rt.jar
    ├── currency.data
    └── net.properties

执行:

cd path/to/jvm.go/bin
./jvmgo -cp path/to/jars:path/to/classes HelloWorld

本文地址:https://www.codercto.com/soft/d/18449.html

Thinking Recursively

Thinking Recursively

Eric S. Roberts / Wiley / 1986-1-17 / USD 85.67

The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking Recursively: A small text to solve large problems. Concentrating on t......一起来看看 《Thinking Recursively》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具