Fork me on GitHub

Jato VM

The JIT-only Java virtual machine that aims to support JVM specification version 2

Download Jato The latest release is v0.3 | Source: github, git.kernel.org
release notes (04-01-2012)

What is Jato ?

Jato is an open source, JIT-only virtual machine for Java that aims to support the JVM specification version 2 including 1.5 amendments. It is not complete but you can run some Java applications with it on 32-bit x86 Linux machines. Jato uses Boehm GC as its garbage collector and GNU Classpath to provide essential Java run-time libraries. A port to the x86-64 architecture is currently ongoing.

How can I try it out?

Use the following command to clone the git repository:

  git clone git://github.com/penberg/jato.git

and then check out the README file for details how to compile and install Jato on your machine.

  • Aims to supports the Java virtual machine specification version 2
  • Supports 32-bit x86 CPUs with the SSE2 instruction set
  • Runs on GNU/Linux
  • Licensed under the GPLv2 + linking exception clause

Need more information?

Check out the documentation!

Get Help by

Chat

If you are curious about something, feel free to ask questions on the IRC channel - #jato on freenode (archives).

Email

Please feel free to contact us us on the mailing list for questions, bug reports, and patches.