-
-
Notifications
You must be signed in to change notification settings - Fork 192
JRuby
Shannon Skipper edited this page Nov 22, 2013
·
46 revisions
JRuby is a Ruby implementation using the Java Virtual Machine (JVM).
Operating System | Command |
---|---|
Debian / Ubuntu |
|
RedHat / Fedora |
|
Arch Linux |
|
OS X | Install Oracle JDK |
wget http://jruby.org.s3.amazonaws.com/downloads/1.7.8/jruby-bin-1.7.8.tar.gz
sudo mkdir -p /opt/rubies/
sudo tar -xzvf jruby-bin-1.7.8.tar.gz -C /opt/rubies/
sudo ln -s jruby /opt/rubies/jruby-1.7.8/bin/ruby
-
Note: For improved start-up time install jruby-launcher:
chruby jruby gem install jruby-launcher