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

christian <[email protected]> Wed, 4 Feb 2015 19:15:55 +0100
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAMV7UWECoe-SNK4xn+-r78hgXbu_6qEDR5eoo0=+f8qErH6iCQ@mail.gmail.com>
well, it shows what was almost clear. you start kind of the jruby runtimes
at the "same" time and with loading the jar into jruby-classloader of the
runtime something goes wrong. LocalContextScope.THREADSAFE should do the
trick but apparently it does NOT :(