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
Caused by: java.lang.NullPointerException
at org.jruby.ir.persistence.IRReaderStream.decodeInstr(IRReaderStream.java:188)
at org.jruby.ir.persistence.IRReaderStream.decodeInstructionsAt(IRReaderStream.java:173)
at org.jruby.ir.persistence.IRReader.load(IRReader.java:54)
at org.jruby.ir.runtime.IRRuntimeHelpers.decodeScopeFromBytes(IRRuntimeHelpers.java:1448)
The text was updated successfully, but these errors were encountered:
kares
changed the title
NPE while loading compiled .class - with multi-rescue statement
NPE while loading compiled .class - method def with rescue statement
Feb 26, 2016
another LoadError: sample.class is not compiled Ruby; use java_import to load normal classes
jruby -e "require 'jruby'; JRuby.runtime.debug = true; require './sample.class'"
The text was updated successfully, but these errors were encountered: