Re: [jruby-user] NameError: uninitialized constant Krypt::Provider::JDK

christian <[email protected]> Fri, 9 Jan 2015 10:36:02 +0000
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAMV7UWF1noiiJkMJm9KRJ3sv68fewAZzZ6J0MwCJ=X6eZWnkaw@mail.gmail.com>
hmm, those krypt gems are part of jruby-jars. sounds more like jruby does
not find the embedded gems from jruby. since most likely we switch to
jruby-openssl-0.9.6 for the next jruby release those krypt gems are not
needed anymore.

in case you want to debug the loading of those gems the system property
jruby.debug.loadService=true will help to see what is failing.

-christian