JDK 17 java.scripting.jmod - Scripting Module

JDK 17 java.scripting.jmod is the JMOD file for JDK 17 Scripting module.

JDK 17 Scripting module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\java.scripting.jmod.

JDK 17 Scripting module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.

JDK 17 Scripting module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\java.scripting.

You can click and view the content of each source code file in the list below.

✍: FYIcenter

module-info.java

/*
 * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */

/**
 * Defines the Scripting API.
 *
 * <p> The JDK implementation of this module includes a language-independent
 * command-line script shell, <em>{@index jrunscript jrunscript tool}</em>,
 * that supports executing JavaScript and other languages if its corresponding
 * script engine is installed.
 *
 * @toolGuide jrunscript
 *
 * @uses javax.script.ScriptEngineFactory
 *
 * @moduleGraph
 * @since 9
 */
module java.scripting {
    exports javax.script;

    uses javax.script.ScriptEngineFactory;
}

module-info.java

 

Or download all of them as a single archive file:

File name: java.scripting-17.0.5-src.zip
File size: 31905 bytes
Release date: 2022-09-13
Download 

 

JDK 17 java.se.jmod - SE Module

JDK 17 java.rmi.jmod - RMI Module

JDK 17 JMod/Module Files

⇑⇑ FAQ for JDK (Java Development Kit) 17

2023-11-06, ∼4974🔥, 0💬