All Projects → ynsn → nashorn

ynsn / nashorn

Licence: GPL-2.0 license
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to nashorn

go-jdk
Run JVM-based code in Go efficiently
Stars: ✭ 61 (+110.34%)
Mutual labels:  jdk, jre
java-portable
Install a portable version of the JDK (and bundled JRE) and run it everywhere without admin rights on Windows.
Stars: ✭ 22 (-24.14%)
Mutual labels:  jdk, jre
Jdk Source Analysis
JDK 源码分析
Stars: ✭ 186 (+541.38%)
Mutual labels:  jdk
cryostat
Secure JDK Flight Recorder management for containerized JVMs
Stars: ✭ 147 (+406.9%)
Mutual labels:  jdk
elk
A low footprint JavaScript engine for embedded systems
Stars: ✭ 1,458 (+4927.59%)
Mutual labels:  javascript-engine
Docker Images
Docker Images
Stars: ✭ 232 (+700%)
Mutual labels:  jdk
pyduktape
Embed the Duktape JS interpreter in Python
Stars: ✭ 77 (+165.52%)
Mutual labels:  javascript-engine
Markdown Toc
🎄Generate toc for github markdown file.(为 markdown 文件生成 toc 目录)
Stars: ✭ 144 (+396.55%)
Mutual labels:  jdk
yantra
JavaScript Engine for .NET Standard
Stars: ✭ 32 (+10.34%)
Mutual labels:  javascript-engine
homebrew-zulu
Homebrew Casks for Azul Zulu OpenJDK & Mission Control
Stars: ✭ 172 (+493.1%)
Mutual labels:  jdk
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (-37.93%)
Mutual labels:  jdk
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-3.45%)
Mutual labels:  jdk
oracle-java-downloads
Oracle Java Downloads
Stars: ✭ 40 (+37.93%)
Mutual labels:  jdk
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (+24.14%)
Mutual labels:  jre
Jetbrainsruntime
Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
Stars: ✭ 198 (+582.76%)
Mutual labels:  jdk
UnicodeBOMInputStream
Doing things right, in the name of Sun / Oracle
Stars: ✭ 36 (+24.14%)
Mutual labels:  jdk
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+6737.93%)
Mutual labels:  jdk
oracle-jdk-portable
🚀 Oracle JDK portable for Windows
Stars: ✭ 24 (-17.24%)
Mutual labels:  jdk
quickjs-build
Build for QuickJS JavaScript Engine
Stars: ✭ 25 (-13.79%)
Mutual labels:  javascript-engine
DuktapeJava
Tiny Powerfull JavaScript Engine On Android Platform integrating with java
Stars: ✭ 74 (+155.17%)
Mutual labels:  javascript-engine

Nashorn Build Status

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...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].