You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ruby-lzma 0.4.3 in JRuby 1.6.7.2 in 1.9 mode and when I try to require the file, I get the following:
irb(main):001:0> require 'lzma'
LoadError: no such file to load -- lzma_java
from org/jruby/RubyKernel.java:1042:in `require'
from /home/nirvdrum/.rbenv/versions/jruby-1.6.7.2/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /home/nirvdrum/.rbenv/versions/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/ruby-lzma-0.4.3/lib/lzma.rb:8:in `(root)'
from org/jruby/RubyKernel.java:1042:in `require'
from /home/nirvdrum/.rbenv/versions/jruby-1.6.7.2/lib/ruby/gems/1.8/gems/ruby-lzma-0.4.3/lib/lzma.rb:60:in `require'
from (irb):1:in `evaluate'
from org/jruby/RubyKernel.java:1088:in `eval'
from org/jruby/RubyKernel.java:1410:in `loop'
from org/jruby/RubyKernel.java:1197:in `catch'
from org/jruby/RubyKernel.java:1197:in `catch'
from /home/nirvdrum/.rbenv/versions/jruby-1.6.7.2/bin/irb:13:in `(root)'
The text was updated successfully, but these errors were encountered:
That's probably because it's never been tested with JRuby in 1.9 mode. Sorry about that. I don't actively develop this anymore but if you find a fix I'll gladly merge it.
I installed ruby-lzma 0.4.3 in JRuby 1.6.7.2 in 1.9 mode and when I try to require the file, I get the following:
The text was updated successfully, but these errors were encountered: