You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-9Lines changed: 51 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ Rhino is an implementation of JavaScript in Java.
8
8
9
9
Rhino is licensed under the [MPL 2.0](./LICENSE.txt).
10
10
11
+
## Summary
12
+
13
+
Rhino requires Java 11 or higher to run, and 17 or higher to build. Java 21
14
+
or 25 is highly recommended.
15
+
16
+
To build and run a Rhino shell:
17
+
18
+
./gradlew run -q --console=plain
19
+
20
+
To run the tests:
21
+
22
+
git submodule init
23
+
git submodule update
24
+
./gradlew check
25
+
11
26
## Releases
12
27
13
28
The current release is <ahref="https://github.com/mozilla/rhino/releases/tag/Rhino1_9_0_Release">Rhino 1.9.0</a>. Please see the [Release Notes](./RELEASE-NOTES.md).
@@ -43,11 +58,9 @@ features from ES6, and ES2016+ are implemented in Rhino.
0 commit comments