English 中文(简体)
翻译 Java 的 C 代码 Hello World 字节代码
原标题:C code for interpreting Java HelloWorld byte code

什么是一个简单的 C/C++ 代码,它可以解释一个只包含 System.out.print () 语句的 java 类文件( 字码) 。 (我查看了简单的开源 JVMs 语句, 但是由于完整性, 它们比较复杂 。 )
或者我在哪里能找到一个解释清楚的翻译指南( 即 Java 字码的解释)

问题回答




相关问题
Registering multiple keystores in JVM [duplicate]

I have two applications running in the same java virtual machine, and both use different keystores and truststores. A viable option would be use a single keystore and import all the other ones into ...

jvm heap limit on SUSE

I hope you can help me on the problem we have with SUSE and JDK 1.4.x: my suse is PAE enabled with 15Gb RAM. unfotunately jvm cannot allocate more than 1900Mb for heap size. So java -Xmx2048m gives me ...

Java HotSpot error

Curious if anyone could help out in regards to a Java HotSpot dump...saw some reference to head over to the Sun Forums, figured I would try here first...below is the dump... # # An unexpected error ...

Setting JVM parameters at runtime

Is it possible to change/modify/adding VM parameters after the JVM is already loaded (running)? If so, how can I do it?

Running a fastest-algorithm competition

I d like to run competitions like code golf competitions, but the winner would have the fastest algorithm, not the smallest code. One fair way to measure speed of an algorithm is to use a neutral ...

热门标签