-
Notifications
You must be signed in to change notification settings - Fork 2
Script examples demonstrating Nashorn ECMAScript engine in Java SE 8
License
beginnerlan/NashornExamples
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
Repository files navigation
Nashorn is the ECMAScript engine bundled with Java SE 8 http://docs.oracle.com/javase/8/ Nashorn specific ECMAScript extensions are documented here: https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions Nashorn implements JSR-223 (javax.script) API. Java SE 8 includes two command line shell tools jrunscript and jjs as well. jjs is documented here: http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jjs.html Nashorn OpenJDK wiki is here: https://wiki.openjdk.java.net/display/Nashorn/Main This project demonstrates scripting with nashorn with many small, simple examples that can be run with "jjs" tool.
About
Script examples demonstrating Nashorn ECMAScript engine in Java SE 8
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published