Skip to content

Instantly share code, notes, and snippets.

@MaskRay
Created May 8, 2012 15:17
Show Gist options
  • Save MaskRay/2636176 to your computer and use it in GitHub Desktop.
Save MaskRay/2636176 to your computer and use it in GitHub Desktop.
jruby
╭─ray at lap >>= /tmp
╰─% jruby -v
Exception in thread "main" java.lang.NoClassDefFoundError: org/jruby/ext/posix/JavaSecuredFile
at org.jruby.RubyInstanceConfig.<init>(RubyInstanceConfig.java:407)
at org.jruby.Main.<init>(Main.java:96)
at org.jruby.Main.main(Main.java:185)
@MaskRay
Copy link
Author

MaskRay commented May 8, 2012

╭─ray at lap >>= /tmp
╰─[$: 1] % jruby -v
jruby 1.6.7.2 (ruby-1.8.7-p357) (2012-05-01 26e08ba) (OpenJDK 64-Bit Server VM 1.7.0_03-icedtea) [linux-amd64-java]
LoadError: no such file to load -- auto_gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment