Java Byte Code Information
You can translate to java assembly code and then use a
java assembler
to create the java byte code usable by the JVM tool java.
javaa
- Java Bytecode Assembler by Jason Hunt
javap
- Manual for the Java Class File Disassembler
jdb
- Manual for the Java Debugger