Source code browse
main
| Filename | Author | Revision | Modified | Log Entry |
|---|---|---|---|---|
| vsizikov@gmail.com | 85ee044b | about 1 month ago | Tweaked Eclipse settings | |
| vsizikov@gmail.com | 85ee044b | about 1 month ago | Tweaked Eclipse settings | |
| headius@headius.com | 6cce36c5 | 7 days ago | Add 1.9 gem dirs to .gitignore | |
| vsizikov@gmail.com | 66fdb7da | 2 months ago | Tweaks to Eclipse project files ... | |
| vsizikov@gmail.com | 85ee044b | about 1 month ago | Tweaked Eclipse settings | |
| stephen.bannasch@gmail. | b54bc96d | about 1 month ago | add Seb's Debian work documentin... | |
| nick@nicksieger.com | ac3c5c20 | over 2 years ago | Adding back LEGAL (for Ola) git-... | |
| tom.enebo@gmail.com | b9073244 | over 5 years ago | Add license text for ruby licens... | |
| vsizikov@gmail.com | 333f5685 | 5 months ago | Corrected the main JRuby website... | |
| tom.enebo@gmail.com | 01041980 | about 1 month ago | Too many changes to our build...... | |
| headius@headius.com | 32d0ecf3 | about 1 month ago | Fixes for JRUBY-4548: There appe... | |
| tom.enebo@gmail.com | 47d0614e | 8 days ago | Yeah static outlined methods and... | |
| yokolet@gmail.com | 0ff6a4a7 | 4 days ago | Add embedding API tests to test-... | |
| wmeissner@gmail.com | 0cb3e3c5 | 2 days ago | Fix JRUBY-4660 by reverting comm... | |
| tom.enebo@gmail.com | 33855d89 | 16 days ago | Java Method Signature parser (in... | |
| headius@headius.com | e0f837b8 | about 1 year ago | Doc patch for JRUBY-3461: Minor ... | |
| jabley@miq-jabley.(none | ec41d76f | 9 months ago | JRUBY-2292: Initial draft of Ivy... | |
| nick@nicksieger.com | ef880217 | 4 months ago | Reinstate f65d63b19c7c04fd91d002... | |
| tom.enebo@gmail.com | deb38d46 | 4 months ago | Install only for current user no... | |
| headius@headius.com | bd57a81b | 4 months ago | Updates to get FindBugs working ... | |
| tom.enebo@gmail.com | b4b116db | about 1 year ago | JRUBY-2741: OSGify jruby.jar in ... | |
| headius@headius.com | d9f7f815 | about 21 hours ago | Port the Delegator class to Java... | |
| wmeissner@gmail.com | 0cb3e3c5 | 2 days ago | Fix JRUBY-4660 by reverting comm... | |
| vsizikov@gmail.com | 2db99899 | 2 months ago | Added Findbugs pop-up menu item ... | |
| tom.enebo@gmail.com | 5b7ac291 | 7 months ago | Make debug action maintain stick... | |
| vsizikov@gmail.com | 66fdb7da | 2 months ago | Tweaks to Eclipse project files ... | |
| nick@nicksieger.com | 359be597 | 11 days ago | Fix spec run -- make Rake availa... | |
| vsizikov@gmail.com | ad630956 | 5 days ago | Update mspec to v1.5.17, latest ... | |
| headius@headius.com | 65f9a258 | 15 days ago | More improvements for java_signa... | |
| asari.ruby@gmail.com | f62fd5f5 | 2 days ago | Allow Complex.polar to take only... | |
| yokolet@gmail.com | 41f22fb2 | 5 months ago | adds JSR223 spi config to jar ar... | |
| tom.enebo@gmail.com | 1d27131d | about 8 hours ago | Kill dead variable (trivial) | |
| asari.ruby@gmail.com | 8a5a01b3 | about 22 hours ago | Add test for JRUBY-3818. This is... | |
| asari.ruby@gmail.com | 0b14daee | 5 months ago | Fix JRUBY-4041: tool/nailgun/con... |
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,
Ola Bini, Nick Sieger, Vladimir Sizikov, and many gracious contributions
from the community.
Project Contact: Thomas E Enebo <enebo@acm.org>
JRuby also uses code generously shared by the creator of the Ruby language,
Yukihiro Matsumoto <matz@netlab.co.jp>.
== About
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.
See the 'docs' directory for more information.
== Run
bin/jruby rubyfile.rb
interprets the file 'rubyfile.rb'.
If you checked out from the repository or downloaded the source distribution,
see the next section to build JRuby first.
== Compiling from source
You will need:
* JDK 1.5 or greater
* Apache Ant (http://jakarta.apache.org/ant/) 1.7 or greater.
To compile, just type:
ant
This will create a jruby.jar file in the projects 'lib' directory.
== Testing
In order to run the unit tests, copy the build_lib/junit.jar file to either
$ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar.
See 'docs/README.test' for more information.
== More Information
Visit http://jruby.org for more information.
== License
Read the COPYING file.






