You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the jruby.jar, jruby-complete.jar, win32ole.jar and the racob.jar to my project's CLASSPATH in eclipse. I am getting the error messages:
LoadError: no such file to load -- racob
require at org/jruby/RubyKernel.java:961
require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54
at uri:classloader:/jruby-win32ole.rb:8
require at org/jruby/RubyKernel.java:961
(root) at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54
I have tried setting the GEM_HOME, GEM_PATH and GEM_DIR environment variables to the following path: C:\jruby-9.1.12.0\lib\ruby\gems.
How do I resolve this issue?
The text was updated successfully, but these errors were encountered:
I have added the jruby.jar, jruby-complete.jar, win32ole.jar and the racob.jar to my project's CLASSPATH in eclipse. I am getting the error messages:
at uri:classloader:/jruby-win32ole.rb:8 require at org/jruby/RubyKernel.java:961 (root) at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1 at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54LoadError: no such file to load -- racob
require at org/jruby/RubyKernel.java:961
require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54
I have tried setting the GEM_HOME, GEM_PATH and GEM_DIR environment variables to the following path: C:\jruby-9.1.12.0\lib\ruby\gems.
How do I resolve this issue?
The text was updated successfully, but these errors were encountered: