User Commands JRUBY(1) NAME jruby - A Java implementation of the Ruby language SYNOPSIS jruby [switches] [--] [programfile] [arguments] DESCRIPTION JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java. The Java version is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application. For more details about JRuby, please see http://jruby.org/ web page. For all available JRuby targets and information how to invoke them, please use $ jruby --help command. FILES By default, JRuby is installed into /usr/jruby/[version] directory, e.g. /usr/jruby/1.1.3. Link /usr/bin/jruby is created for the user's convenience. HTML-based documentation is located in JRuby's doc direc- tory, e.g. /usr/jruby/1.1.3/docs. ENVIRONMENT JAVA_HOME variable must point to the directory where Java 1.5 or later is installed. COPYRIGHT JRuby is open-source software. For complete licensing information, refer to COPYING file located in /usr/jruby/[version] directory, e.g. /usr/jruby/1.1.3. SEE ALSO ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: SunOS 5.10 Last change: 2008 Aug 01 1 User Commands JRUBY(1) _______________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE| |____________________|_________________| | Availability | SUNWjruby | |____________________|_________________| | Interface Stability| Uncommitted | |____________________|_________________| NOTES Sources for JRuby are available on http://jruby.org/. SunOS 5.10 Last change: 2008 Aug 01 2