I just released this gem allowing jrubyists to use in a fairly
transparent
way MapDB 0.9.5 (jar is included in the gem).
MapDB is a fast key-value store java library. This gem serves as a
‘OKVM’
(object key-value mapper) promoting the use of MapDB trees as if they
were
ruby hashes.
You can find it at 2 locations if you’re a jruby user:
I have not yet tested it on linux or with rvm, but including gem
‘jruby-mapdb’ in your Gemfile and letting bundler do the magic for you
should solve your problem.
If you include it by hand, add the lib from the gem in one of the
directories from your load path.
I already included the java requires.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.