cacao

Java virtual machine
  http://www.cacaojvm.org/
  0
  no reviews



Cacao is a free virtual machine for running java programs it has a state-of-the-art optimizing jit compiler, with performance competitive with that of the sun hotspot product jvm.

note that cacao is not officially certified as java. (nor is any other free virtual machine.) this is because some aspects of java -- such as the swing extensions -- are not implemented by the free gnu classpath libraries, which the cacao runtime uses.