Skip to main content

Releases


Release Notes and zip files containing both the source code and a binary) are available from Rhino 1.4R3 onwards, which is the first public release.

As of Rhino 1.7R5 development and releases are done through the Rhino repository on GitHub.

Available artifacts

These artifacts can be downloaded separatly through the Releases section on GitHub. Also see the Release link in the Release Overview for each release.

ArtifactDescriptionUsageNotes
rhino-runtime-X.X.X.jarStripped-down jar, excludes tools1 & JSR-223 Script Engine wrapperUse for embedding scenario's that don't require any of the tools1Since Rhino 1.7.12
rhino-X.X.X.jarFull jar, including tools1, excluding the JSR-223 Script Engine wrapperUse when any of the tools1 are required. Otherwise use rhino-runtime-X.X.X.jar artifact
rhino-engine-X.X.X.jarJSR-223 Script Engine wrapperTo be combined with either the rhino-X.X.X.jar or rhino-runtime-X.X.X.jar artifact when using Rhino through the Java Script Engine interfaceSince Rhino 1.7.13
note

These are the currently available artifacts in the latest releases of Rhino. Historically other artifacts have been available.

Maven

The Rhino artifacts are also available through MVNrepository under groupId org.mozilla

ArtifactartifactId
rhino-runtime-X.X.X.jarrhino-runtime
rhino-X.X.X.jarrhino
rhino-engine-X.X.X.jarrhino-engine

Release Overview

ReleaseRelease DateRelease NotesLinks
Rhino 1.7.152022-05-04Release NotesRelease, zip
Rhino 1.7.142022-01-06Release NotesRelease, zip
Rhino 1.7.132020-09-02Release NotesRelease, zip
Rhino 1.7.122020-01-13Release NotesRelease, zip
Rhino 1.7.112019-05-30Release NotesRelease, zip
Rhino 1.7.102018-04-09Release NotesRelease, zip
Rhino 1.7.92018-03-15Release NotesRelease, zip
Rhino 1.7.82018-01-22Release NotesRelease, zip
Rhino 1.7.7.22017-08-24Release NotesRelease, zip
Rhino 1.7.7.12016-02-01Release NotesRelease, zip
Rhino 1.7.72015-06-17Release NotesRelease, zip
Rhino 1.7.62015-04-15Release NotesRelease, zip
Rhino 1.7R52015-01-29Release NotesRelease, zip
Rhino 1.7R42012-06-18New in Rhino 1.7R4Release, zip
Rhino 1.7R32011-05-09New in Rhino 1.7R3zip
Rhino 1.7R22009-03-22New in Rhino 1.7R2zip
Rhino 1.7R12008-03-06New in Rhino 1.7R1zip
Rhino 1.6R72007-08-20New in Rhino 1.6R7zip
Rhino 1.6R622007-07-30New in Rhino 1.6R6zip
Rhino 1.6R522006-11-191.6R4 relicensed under MPL/GPLzip
Rhino 1.6R422006-09-10bug 343976zip
Rhino 1.6R322006-07-24Changes in 1.6R3zip
Rhino 1.6R222005-09-19Changes in 1.6R2zip
Rhino 1.6R122004-11-29Changes in 1.6R1zip
Rhino 1.5R522004-03-25Changes in 1.5R5zip
Rhino 1.5R4.12003-04-21Changes in 1.5R4.1zip
Rhino 1.5R42003-02-10Changes in 1.5R4zip
Rhino 1.5R32002-01-27Changes in 1.5R3zip
Rhino 1.5R22001-07-27Changes in 1.5R2zip
Rhino 1.5R12000-09-10Changes in 1.5R1zip
Rhino 1.4R31999-05-10Initial public releasezip

Footnotes

  1. Rhino Tools consist of:

    note

    Some automated source-scanning tools mark these capabilties as insecure, hence the reason of providing the rhino-runtime-X.X.X.jar that excludes the tools

    2 3 4
  2. Rhino 1.6R1 through 1.6R6 implements E4X using the XMLBeans library.

    If you would like to use E4X you need to add xbean.jar from XMLBeans distribution to your class path.

    Rhino 1.6R6 and later the E4X support has been rewritten to rely solely on the DOM3 APIs supported natively by Java 1.5.

    Pre-Java 1.5 users can use DOM3 using Java's endorsed standards override mechanism if they have a DOM3-capable XML parser.

    If neither XMLBeans nor DOM3 are present, E4X is not available. 2 3 4 5 6 7