public
Description: JRuby, an implementation of Ruby on the JVM
Homepage: http://www.jruby.org
Clone URL: git://github.com/jruby/jruby.git
jruby /
name age message
file .classpath Tue Oct 31 07:58:51 -0800 2006 JRUBY-230 committed current patch and jline sna... [headius]
file .cvsignore Tue Nov 30 13:32:09 -0800 2004 Fix Eclipse build problems. git-svn-id: http:... [Jan Arne Petersen]
directory .externalToolBuilders/ Mon Mar 06 08:35:25 -0800 2006 removing jar.standalone from Create Jar File bu... [headius]
file .project Fri Jul 07 08:29:33 -0700 2006 fixing project name so it checks out as 'jruby'... [headius]
directory .settings/ Fri Sep 29 08:30:03 -0700 2006 committing Eclipse source formatting settings f... [headius]
file COPYING Sun Mar 20 12:13:40 -0800 2005 change lingo a little git-svn-id: http://svn.... [enebo]
file COPYING.CPL Sat Jan 22 11:51:51 -0800 2005 Licensing fixes git-svn-id: http://svn.codeha... [enebo]
file COPYING.GPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file COPYING.LGPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file LICENSE.RUBY Sat Mar 19 13:58:25 -0800 2005 Add license text for ruby licensed modules gi... [enebo]
file README Tue Jul 25 07:24:19 -0700 2006 JRUBY-38: "FooBar".slice!(6..2) throws inapprop... [enebo]
directory bin/ Sat Nov 25 03:57:15 -0800 2006 Merging of openssl branch git-svn-id: http://s... [olabini]
file build-config.xml Wed Oct 18 15:54:23 -0700 2006 Update our version to 0.9.1 and Ruby version to... [enebo]
file build.xml Tue Nov 28 10:40:03 -0800 2006 Fix for JRUBY-155 --This line, and th se below,... [headius]
file default.build.properties Sat Nov 25 03:57:15 -0800 2006 Merging of openssl branch git-svn-id: http://s... [olabini]
directory docs/ Tue Oct 17 09:27:30 -0700 2006 Fixed a few typos git-svn-id: http://svn.codeh... [olabini]
directory lib/ Tue Nov 28 07:20:55 -0800 2006 Added jar as a requireable extension git-svn-i... [olabini]
directory nbproject/ Sat Nov 18 16:32:35 -0800 2006 fixing build settings in netbeans; missing ASM ... [headius]
file pom.xml Tue Aug 01 20:08:02 -0700 2006 Maven configurations which should be the pom.xm... [enebo]
directory samples/ Wed Nov 15 13:58:35 -0800 2006 added applet HTMLs to samples git-svn-id: http... [headius]
directory src/ Sat Dec 02 08:03:20 -0800 2006 Small fix to add missing argument to join git-... [olabini]
directory test/ Fri Dec 01 12:53:51 -0800 2006 Small fixes git-svn-id: http://svn.codehaus.or... [olabini]
README
JRuby -  A Java implementation of the Ruby language

Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin,
 Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher,
 Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt,
 Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson,
 Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto
 Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno
 Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota

Project Contact: Thomas E Enebo <enebo@acm.org>

We also use some code created by Yukihiro Matsumoto <matz@netlab.co.jp>.

JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter
in Java.

The Java version is be tightly integrated with Java to allow both to script
any Java class and to embed the interpreter into any Java application. 
See the 'docs' directory for more information.


Run
===

    java -jar jruby.jar rubyfile.rb

interprets the file 'rubyfile.rb'.

Some globals depend on particular java properties to be set, so you
may need to use on the utility scripts: 'jruby.sh', 'jruby.rb' or 'jruby.bat'
to execute JRuby.


Compiling from source
=====================

You will need:

* JDK 1.4
* Apache Ant (http://jakarta.apache.org/ant/).

To compile, just type:

    ant

This will create a jruby.jar file in the projects 'lib' directory.


Testing
=======

See 'docs/README.test' for more information.


More Information
================

Visit http://jruby.sourceforge.net for more information.

License
=======

Read the COPYING file.