mruby gem for running JVM processes
- In Process:
JavaSupport.exec_java(java_opts, java_class, program_opts)
- Out of Process:
JavaSupport.system_java(java_opts, java_class, program_opts)
Also generates an mruby-jvm
executable that is mainly for testing.
$ docker-compose build
$ docker-compose run compile
$ docker-compose run mtest