Skip to content

Team-CC-Corp/JVML-JIT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JVML

A continuation of JVML which JITs Java bytecode to Lua bytecode rather than interpreting. Original codebase by ds84182.

Requirements

Ant is required to build the runtime library for JVML (cc_rt.jar)

To compile a java source file and ensure proper checking against the CCLib runtime, instead of the one shipped with the jdk, use the bootclasspath option

javac -bootclasspath CCLib/build/jar/cc_rt.jar MyFirstProgram.java

About

A continuation of JVML which JITs Java bytecode to Lua bytecode rather than interpreting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published