forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
64 lines (39 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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.