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 Mon Jun 19 19:40:36 -0700 2006 plaincharset.jar needs to be in classpath if yo... [enebo]
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 Thu Feb 02 11:51:50 -0800 2006 merging cnutter_work1 to HEAD git-svn-id: htt... [headius]
directory .settings/ Fri Feb 10 13:53:27 -0800 2006 merging changes from cnutter_work1: - cref fixe... [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 Sun Apr 10 14:03:51 -0700 2005 Mild update git-svn-id: http://svn.codehaus.o... [enebo]
directory bin/ Fri Jun 30 14:53:22 -0700 2006 Commit RubyGems 0.9.0 git-svn-id: http://svn.... [enebo]
file build-config.xml Wed Jun 21 20:04:54 -0700 2006 Bump versions for upcoming 0.9.0 release git-... [enebo]
file build.xml Thu Jun 22 07:22:39 -0700 2006 we include ruby stanard libs now git-svn-id: ... [enebo]
file default.build.properties Fri Dec 24 04:39:53 -0800 2004 need no build/gen-src anymore make java version... [Stefan Matthias Aust]
directory docs/ Fri Jun 30 08:52:46 -0700 2006 Update rails readme to reflect current reality ... [enebo]
directory lib/ Fri Jun 30 14:53:22 -0700 2006 Commit RubyGems 0.9.0 git-svn-id: http://svn.... [enebo]
directory nbproject/ Wed Apr 05 16:59:20 -0700 2006 added netbeans project.xml git-svn-id: http:/... [headius]
directory samples/ Loading commit data...
directory src/ Fri Jun 30 14:41:47 -0700 2006 /dev/null is special reopen mode bugs IOHandler... [enebo]
directory test/ Fri Jun 30 12:49:30 -0700 2006 Make load follow proper semantics (Charlie) Bad... [enebo]
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.testing' for more information


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

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

License
=======

Read the COPYING file.