他のヒント

あなたもできると思う:

require 'java'
$CLASSPATH << "target"

そして

foo.bar.baz.Class.new() # ... 
# or 
java_import 'foo.bar.baz.Class'
scroll top