Mar 4 2010

jruby-openssl gem issue

While playing with the awesome Ruby-processing library recently, I had issue loading any rubygem inside the processing code. Whenever I would try to load one, it would throw this Jruby exception:

Exception in thread "Animation Thread" file:/*/.rvm/gems/jruby-1.4.0/gems/ruby-processing-1.0.8/lib/core/jruby-complete.jar!/META-INF/jruby.home/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb:8: OpenSSL::SSL requires the jruby-openssl gem (LoadError)

Continue reading