Exception in thread “main” org.jruby.exceptions.RaiseException: (ArgumentError) Constructor invocation failed: tried to access method RubyFromJava.<init>()V from class org.jruby.proxy.RubyFromJava$Proxy0
meant “you tried to access a constructor of a java class that wasn’t public or wasn’t in the same package or something like that” (for me, scripting jruby, this meant “remove your initializer from the ruby class” or “make the parent class initializer protected access”