-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
jruby 1.7.10 (1.9.3p392) 2014-01-09 c4ecd6b on Java HotSpot(TM) 64-Bit Server VM 1.7.0_17-b02 [darwin-x86_64]
$ gem install rouge
$ irb
jruby-1.7.10 :001 > require 'rouge'
LoadError: load error: rouge -- java.lang.NullPointerException: null
from org/jruby/RubyKernel.java:1083:in `require'
from /Users/f/.rvm/rubies/jruby-1.7.10/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:135:in `require'
from (irb):1:in `evaluate'
from org/jruby/RubyKernel.java:1119:in `eval'
from org/jruby/RubyKernel.java:1519:in `loop'
from org/jruby/RubyKernel.java:1282:in `catch'
from org/jruby/RubyKernel.java:1282:in `catch'
from /Users/f/.rvm/rubies/jruby-1.7.10/bin/irb:13:in `(root)'
I'm afraid I don't know enough about this stack trace to debug this, but hopefully it's reproduceable.
Reactions are currently unavailable