Module java.scripting


modulejava.scripting
Defines the Scripting API.

The JDK implementation of this module includes a language-independent command-line script shell,jrunscript, that supports executing JavaScript and other languages if its corresponding script engine is installed.

Thejrunscript tool is deprecated and will be removed in a future release.

Module Graph:
Module graph for java.scriptingModule graph for java.scripting
Tool Guides:
jrunscript
Since:
9
  • Packages

    Exports
    Package
    Description
    The scripting API consists of interfaces and classes that defineJava Scripting Engines and providesa framework for their use in Java applications.
  • Services

    Uses
    Type
    Description
    ScriptEngineFactory is used to describe and instantiateScriptEngines.