Java8 Nashorn JavaScript engine

Source: Internet
Author: User

Using Java8,nashorn greatly improves the introduction of JavaScript engines to replace the existing Nashorn Java scripting engine. Nashorn provides 2 to 10 times times better performance because it compiles code directly in memory and passes it to bytecode jvm.nashorn using the Invokedynamics function, introduced in JAVA7 to improve performance.

JJs

For the Nashorn engine, JAVA8 introduced a new command-line tool that JJS to the console to execute Java script code.

Interpreting JS Files

Create and save sample.js in the c:> JAVA folder.

Sample.js

Print (' Hello world! ');

Open the console and use the following command.

C:\JAVA>JJS Sample.js

See the results

Click on the link to view the details

Java8 Nashorn JavaScript engine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.