Nashorn (JavaScript engine): Difference between revisions

Content deleted Content added
External links: Add link for official tutorial
Udittmer (talk | contribs)
noted deprecation and GraalVM replacement
Line 59:
| publisher=[[Oracle Corporation]]
| accessdate=2012-12-21}}</ref>
 
With the release of Java 11, Nashorn is deprecated, and will likely be removed from the JDK at a later time.<ref>{{cite web
| url=http://openjdk.java.net/jeps/335
| title=JEP 335: Deprecate the Nashorn JavaScript Engine
| date=2017-07-17
| accessdate=2018-09-25}}</ref> The GraalVM was suggested as a workaround.
 
==Name==
Line 80 ⟶ 86:
==External links==
*{{Official website|blogs.oracle.com/nashorn/}}
*[https://www.graalvm.org/ GraalVM]
 
*[https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/ Scripting for the Java Platform]
{{ECMAScript}}