This is a rewrite of the JRuby launcher. It uses
mruby-cli to
build binary executables of the jruby command.
This is very much in beta, and needs your help!
- Download the precompiled
mjrubybinary for your System from the releases page. - Put the binary in the
$JRUBY_HOME/bindir (alongside thejrubycommand). - Run JRuby by using
mjrubyinstead ofjruby.
Everything that works with the jruby command is supposed to work with
the mjruby command. Please create an issue if you find a difference.
- Install Docker
- Install Docker-Compose
- Run
docker-compose run compile
And to run the tests:
- Run
docker-compose run mtest
MIT