java.scripting (Java SE 11 & JDK 11 ) (original) (raw)
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.
Tool Guides:
Module Graph:
Since:
9
Packages
Exports
Package Description javax.script The scripting API consists of interfaces and classes that define Java™ Scripting Engines and provides a framework for their use in Java applications. Services
Uses
Type Description ScriptEngineFactory ScriptEngineFactory is used to describe and instantiateScriptEngines.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.