Skip to content

Instantly share code, notes, and snippets.

@flazz
Created September 9, 2009 18:23
Show Gist options
  • Save flazz/183935 to your computer and use it in GitHub Desktop.
Save flazz/183935 to your computer and use it in GitHub Desktop.
# Comment out "require 'sinatra'" and it works fine
# otherwise output is:
# breakrjb.rb:3:in `initialize': dlopen(/System/Library/Frameworks/JavaVM.framework/Libraries/libjvm_compat.dylib, 9): image not found (RuntimeError)
# from breakrjb.rb:3:in `dlopen'
# from breakrjb.rb:3:in `load'
# from breakrjb.rb:3
require 'sinatra'
require 'rjb'
Rjb::load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment