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!
- Run
gem install mjruby - 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.
If you really want to push it's limits, delete the jruby executable in your JRUBY_HOME/bin directory and rename the mjruby executable to jruby.
- Install Docker
- Install Docker-Compose
- Run
docker-compose run compile
And to run the tests:
- Run
docker-compose run mtest
MIT