« Projects

Jato

  • Q: I'd like to participate. How do I begin?

    • 0


      You can use git to download the source code to Jato:


      https://github.com/penberg/jato/

      Then check out README for instructions how to install dependencies and finally execute:

      <pre> make install</pre>


      to install Jato in $HOME/bin. You can then use Jato just like you would use java:

      <pre> jato -cp [jar-file] [class]</pre>


         — Pekka Enberg (penberg) · 7 years ago
    • [X]
      • Tip:

        Talk about diverse kinds of contributions. Include URLs if relevant (we'll automatically linkify them).

      • Examples:

        Here's how to download and patch our codes…

        Read about our death-defying mailing list and momentous IRC channel at http://lobstermag.net.

  • Q: Other than writing code, how can I contribute?

    • [X]
      • Tip:

        Discuss documentation, testing, webmastering, and/or publicity.

        Include URLs if relevant (we'll automatically linkify them).

      • Example:

        We need people to download version 0.4.5 and make sure the frobulator still frobulates correctly.

  • Q: What's a good bug for a newcomer to tackle?

    • 0
      You can use the Malva library to find compatibility problems in Jato

      Once you have installed Jato on your machine, clone the

      Malva test suite sources from

      https://github.com/penberg/malva


      and run

        make check JAVA=jato


      to find compatibility problems.


         — Pekka Enberg (penberg) · 7 years ago
    • [X]
      • Tip:

        Many projects have good small tasks that can teach newcomers how the project works. Now's your chance to share one of them!

        Include URLs if relevant (we'll automatically linkify them).

      • Example:

        Someone could improve the photo upload dialog box so that it lets you resize the photo before sending it to the web.

  • Q: What is a bug or issue with Jato that you've been putting off, neglecting, or just plain avoiding?

What else do you want to talk about?
(logo)

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.

from the profile of Pekka Enberg (penberg)

The code is mostly written in C.

People who want to help (none listed yet)

Volunteer opportunities, etc.

No volunteer opportunities in Jato indexed here yet. Add a bug tracker.

No one on OpenHatch has signed up as a mentor for Jato. Can you? Add the tag.

There are 169 people who can mentor in C, Jato's primary language.

You can embed the "I want to help" button on your website. (More about this.)