Perhaps you are trying to instantiate a Java abstract class or Interface? Not a good error message is it? I just tried instantiating a random interface and abstract class and got different stack traces than yours. Can you try and narrow this down a little bit and find a test case where we can reproduce this? At the very least we should be able to improve the error handling.
-Tom On Mon, Nov 9, 2009 at 1:58 PM, pyrole <[email protected]> wrote: > > What does this error mean, what am I doing wrong? > > Please help > > specific error is as follows: > not instantiatable /builtin/javasupport/proxy/concrete.rb:15:in > `__jcreate!'/builtin/javasupport/proxy/concrete.rb:23:in > `initialize'/builtin/javasupport/proxy/concrete.rb:6:in > `new'/builtin/javasupport/proxy/concrete.rb:6:in `new'<script>:23:in > `on_callback':1 > > -- > View this message in context: > http://old.nabble.com/Unable-to-instantiate-a-Java-Class----tp26272685p26272685.html > Sent from the JRuby - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- blog: http://blog.enebo.com twitter: tom_enebo mail: [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
