Skip to content

Instantly share code, notes, and snippets.

@shellac
Created April 16, 2010 14:55
Show Gist options
  • Save shellac/368511 to your computer and use it in GitHub Desktop.
Save shellac/368511 to your computer and use it in GitHub Desktop.
$ jar tf check.jar
META-INF/
META-INF/MANIFEST.MF
foo/
foo/bar.rb
$ export CLASSPATH=check.jar
$ jruby -e 'require "foo/bar"'
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment