glassfish gem安装问题
当我执行 gem install glassfish
时,出现错误:
"ERROR: Could not find a valid gem 'glassfish' (>= 0), here is why:
Found glassfish (0.1.2), but was for platforms universal-java-1.5 ,universal-java"
我应该如何修复此错误?
When I do a gem install glassfish
, I get an error:
"ERROR: Could not find a valid gem 'glassfish' (>= 0), here is why:
Found glassfish (0.1.2), but was for platforms universal-java-1.5 ,universal-java"
What should I do to fix this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能在本地安装了另一个(非 JRuby)Ruby 实现,并且您正在运行的 gem 命令使用了另一个 impl。运行:
或者,如果您使用 rvm,请切换回 JRuby impl:
You probably have another (non-JRuby) ruby implementation installed locally, and the
gem
command you are running uses that other impl. Run:Or, if you use rvm, switch back to a JRuby impl: