Re: [jruby-user] JRuby complete, multi-threading, and java.lang.NoClassDefFoundError
christian <[email protected]> Wed, 4 Feb 2015 21:45:46 +0100
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAMV7UWEUCWQp8UhgXpCzSXx3NSYC=FcMgMrW-MgLVt333Df53A@mail.gmail.com> |
I looked into the code and yes those runtimes do share the JRubyClassLoader which is a bug IMO somehow you need to serialize the startup of the runtime. the crucial thing is "require 'openssl'" which loads a few jars. once these jars are loading things probably work OK. not sure how to do this.