Re: [jruby-user] JRuby on mainframe

christian <[email protected]> Tue, 25 Nov 2014 01:57:29 +0000
Newsgroups gmane.comp.lang.jruby.user
Message-ID <CAMV7UWGVQYBPAvXEusjyDqZT2e_AX55enB3LX7r7-EB8N6OwBw@mail.gmail.com>
just my first thought:

unless you need to "install" jruby. the quickest way to run jruby is to
take the jruby-complete jar (http://jruby.org/download) and execute jruby
with ```java -jar jruby-complete.jar```

- christian