Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run rubygems on windows #2346

Closed
enebo opened this issue Dec 23, 2014 · 2 comments
Closed

Cannot run rubygems on windows #2346

enebo opened this issue Dec 23, 2014 · 2 comments

Comments

@enebo
Copy link
Member

enebo commented Dec 23, 2014

C:\opt\jruby>bin\jruby -S gem list
LoadError: no such file to load -- rubygems
  require at org/jruby/RubyKernel.java:1027
   (root) at C:/opt/jruby/bin/jgem:8
     load at org/jruby/RubyKernel.java:1046
   (root) at C:/opt/jruby/bin/gem:4
@enebo enebo added this to the JRuby 9.0.0.0-pre1 milestone Dec 23, 2014
@headius
Copy link
Member

headius commented Dec 30, 2014

Apparently tracked down to attempting a native file open on Windows, where we do not use native IO currently.

@headius
Copy link
Member

headius commented Jan 14, 2015

Looks good in commits leading up to a2ef35f.

@headius headius closed this as completed Jan 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants