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
- Host: GitHub
- URL: https://github.com/ynsn/nashorn
- Owner: ynsn
- License: gpl-2.0
- Created: 2014-12-15T16:21:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T16:11:09.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T15:11:23.605Z (3 months ago)
- Topics: java, javascript-engine, jdk, jre
- Language: Java
- Homepage:
- Size: 1.33 MB
- Stars: 28
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Nashorn [](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 # WindowsA Maven repository is coming...