Skip to content

Using Maven libraries from JRuby

Thomas Russell Murphy edited this page Jun 11, 2013 · 4 revisions

Using jruby-1.7.4 and jbundler-0.4.3 (https://github.com/mkristian/jbundler)

Follow instructions for jbundler from the Readme.md

After running jbundle install, require '.jbundler/classpath.rb' before including any classes that require the Maven dependencies.

Clone this wiki locally