I installed the rubyshell gem. But its require statements aren't finding its libraries. When I have RUBYOPT set to rubygems, the rubygems installer is found in the pre-existing ruby installation, instead of jruby: =================================== c:\jruby-1.0.0RC2\lib\ruby\gems\1.8\gems\THERuSH-0.9\bin\therush.rb ^^^^^^^^^^^^^^^^ c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: ^^^^^^ in gem_original_require: no such file to load -- history.rb (LoadError) ===================================
But when I leave that option undefined, gem libraries aren't found at all: =================================== c:\jruby-1.0.0RC2\lib\ruby\gems\1.8\gems\THERuSH-0.9\bin\therush.rb C:/jruby-1.0.0RC2/lib/ruby/gems/1.8/gems/THERuSH-0.9/bin/therush.rb:7: in `require': no such file to load -- history.rb (LoadError) from C:/jruby-1.0.0RC2/lib/ruby/gems/1.8/gems/THERuSH-0.9/bin/therush.rb :7 (Line 7: require 'history.rb') =================================== What additional steps do I need to take so gem libs are found? I've removed all references to the Ruby installation in the enviroment settings, but while I've restarted the command shell, I haven't rebooted. That and the registry are about the only options left. Here are my current settings: JRUBY_HOME c:\jruby-1.0.0RC2 PATH %JRUBY_HOME%\bin;... --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
