Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created September 2, 2015 18:47
Show Gist options
  • Save jkutner/386fefb6c7f784a22cc6 to your computer and use it in GitHub Desktop.
Save jkutner/386fefb6c7f784a22cc6 to your computer and use it in GitHub Desktop.
$ cd ~/workspace/jruby/ && git checkout 9.0.1.0 && ./mwn
$ cd ~ && rvm use system
$ export JRUBY_HOME=~/workspace/jruby/
$ export PATH=~/workspace/jruby/bin:$PATH
$ which jruby
/Users/jkutner/workspace/jruby/bin/jruby
$ jruby -S gem install bundler
LoadError: library `java' could not be loaded: java.lang.NoSuchFieldError: closure
###
$ cd ~/workspace/jruby/ && git checkout 9.0.0.0 && ./mwn clean && ./mvnw
$ cd ~
$ jruby -S gem install bundler
Fetching: bundler-1.10.6.gem (100%)
Successfully installed bundler-1.10.6
1 gem installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment