December 2014
Intermediate to advanced
388 pages
8h 1m
English
CHAPTER 10
![]()
The jjs Command-Line Tool
In this chapter, you will learn:
To work with the Nashorn script engine, JDK 8 includes a new command-line tool called jjs. If you wonder what jjs stands for, it stands for Java JavaScript. The command is located in the JDK_HOME\bin directory. The command can be used to run scripts in files or scripts entered on the command-line in interactive mode. It can also be used to execute shell scripts.
The Syntax
The syntax ...
Read now
Unlock full access