Mozilla Rhino is a JavaScript interpreter written in Java.
Rhino is the 100% open source JavaScript engine written in plain Java
Rhino is typically embedded in Java applications to offer JavaScript scripting capabilities, but can also be used from the command-line using the Rhino shell
Visit the Rhino project on GitHub or checkout the documentation
Use with
- google-apps-script for questions about using the original / old runtime of Google Apps Script.
- google-apps-script and v8 for questions about migrating code from the old runtime to the new runtime or about using the old runtime as a workaround for new runtime issues.
Do not use with google-apps-script for questions that use the new Google Apps Script runtime.