java_inline icon indicating copy to clipboard operation
java_inline copied to clipboard

JVM language support for RubyInline

java-inline is a plugin for RubyInline that adds JVM language support. See the examples dir for a simple example of using it.

java-inline adds support for Java

scala-inline adds support for Scala.

Running example

gem install RubyInline

and to run the example cd examples jruby fastmath.rb jruby -J-Dscala.home= scalamath.rb