enebo / jruby-win32ole

JRuby implementation of win32ole
Other
29 stars 2 forks source link

LoadError: no such file to load -- jruby-win32ole #5

Open Gerhardk opened 12 years ago

Gerhardk commented 12 years ago

My environment is: Windows Xp 32bit jruby -v: jruby 1.6.5 (ruby-1.9.2-p136) (2011-10-25 9dcd388) (Java HotSpot(TM) Client VM 1 .6.0_29) [Windows XP-x86-java]

!!!! Missing jruby-win32ole gem: jruby -S gem install jruby-win32ole
LoadError: no such file to load -- jruby-win32ole
        from org/jruby/RubyKernel.java:1047:in `require'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:239:in `require'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:225:in `load_dependency'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:593:in `new_constants_in'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:592:in `new_constants_in'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:225:in `load_dependency'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:239:in `require'
        from C:/jruby-1.6.5/lib/ruby/site_ruby/shared/jruby/win32ole/stub.rb:3:i
n `(root)'
        from org/jruby/RubyKernel.java:1047:in `require'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:239:in `require'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:225:in `load_dependency'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:593:in `new_constants_in'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:592:in `new_constants_in'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:225:in `load_dependency'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/activesupport-3.0.10/lib/acti
ve_support/dependencies.rb:239:in `require'
        from C:/jruby-1.6.5/lib/ruby/site_ruby/shared/jruby/win32ole/stub.rb:1:i
n `evaluate'
        from org/jruby/RubyKernel.java:1093:in `eval'
        from org/jruby/RubyKernel.java:1420:in `loop'
        from org/jruby/RubyKernel.java:1206:in `catch'
        from org/jruby/RubyKernel.java:1206:in `catch'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/railties-3.0.10/lib/rails/com
mands/console.rb:44:in `start'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/railties-3.0.10/lib/rails/com
mands/console.rb:8:in `start'
        from C:/jruby-1.6.5/lib/ruby/gems/1.8/gems/railties-3.0.10/lib/rails/com
mands.rb:23:in `(root)'
        from org/jruby/RubyKernel.java:1047:in `require'
        from script/rails:6:in `(root)'irb(main):002:0>
BanzaiMan commented 11 years ago

Are you trying to load jruby-win32ole in some other way? Stack indicates that script/rails is doing it.