An open API service indexing awesome lists of open source software.

https://github.com/ynsn/nashorn

A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
https://github.com/ynsn/nashorn

java javascript-engine jdk jre

Last synced: 3 months ago
JSON representation

A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7

Awesome Lists containing this project

README

        

Nashorn [![Build Status](https://travis-ci.org/exstar/nashorn.svg?branch=master)](https://travis-ci.org/exstar/nashorn)
=======

A binary download is available for v1.0

This repository is a fork of Oracles Nashorn engine (specifies EcmaScript 5.1 / comes with Java 8 / JDK8, accessible via JSR223). Unlike the original engine, this version is able to run on Java 7 / JDK7. The original backport is done by Ramonza. It is released under the GPLv2.

Build using Gradlew:

$ sh gradlew # *nix
$ gradlew.bat # Windows

A Maven repository is coming...