Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. LoadError: no such file to load -- rubygems
  2. require at org/jruby/RubyKernel.java:944
  3. <top> at <script>:9
  4. org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- rubygems
  5. at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:131)
  6. at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:118)
  7. at burp.il.<init>(Unknown Source)
  8. at burp.hog.a(Unknown Source)
  9. at burp.adb.run(Unknown Source)
  10. at java.lang.Thread.run(Thread.java:745)
  11. Caused by: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- rubygems
  12. at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
  13. at RUBY.<top>(<script>:9)
  14.  
  15. /usr/local/Cellar/jruby/9.1.2.0/libexec/lib/ruby/stdlib/rubygems
  16. /usr/local/Cellar/jruby/9.1.2.0/libexec/lib/ruby/truffle/mri/rubygems
  17. /usr/local/Cellar/jruby/9.1.2.0/libexec/lib/ruby/truffle/stdlib/rubygems
  18. /usr/local/Cellar/jruby/9.1.2.0/libexec/lib/ruby/truffle/truffle/rubygems
  19.  
  20. MacBook-Pro:gems july$ which Ruby
  21. /usr/bin/Ruby
  22. MacBook-Pro:gems july$ Which Jruby
  23. /usr/local/bin/Jruby
  24. MacBook-Pro:gems july$ which gem
  25. /usr/bin/gem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement