Given a class X in default package and a Ruby class Y that extends it, the following error results on call to 'new':
Caused by: java.lang.ClassFormatError: Illegal class name "org/jruby/proxy//X$Proxy0" in class file org/jruby/proxy//X$Proxy0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
Description
Given a class X in default package and a Ruby class Y that extends it, the following error results on call to 'new':
Caused by: java.lang.ClassFormatError: Illegal class name "org/jruby/proxy//X$Proxy0" in class file org/jruby/proxy//X$Proxy0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)