Re: [jruby-user] JRuby complete, multi-threading, and java.lang.NoClassDefFoundError

Greg Allen <[email protected]> Fri, 6 Feb 2015 16:22:39 -0500
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CANdke5gsvtdHyEhh15z+s2fRLKRb=7GabqQxpobH3TKVm3pk8g@mail.gmail.com>
Thanks, Christian.

I worked around this by using some static code in my Java class to force
the Ruby runtime to load first before any of the thread start. Ugly, but it
appears to be effective.

I'm surprised that nobody else has hit this yet.

On Wed, Feb 4, 2015 at 3:56 PM, christian <[email protected]> wrote:

> sorry can not help more here but I filed an issue:
> https://github.com/jruby/jruby/issues/2561
>