Created
September 9, 2009 18:23
-
-
Save flazz/183935 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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