JDK 11 jdk.pack.jmod - Pack Module

JDK 11 jdk.pack.jmod is the JMOD file for JDK 11 Pack module.

JDK 11 Pack module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.pack.jmod.

JDK 11 Pack module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.

JDK 11 Pack module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.pack.

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

✍: FYIcenter

module-info.java

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

/**
 * Defines tools for transforming a JAR file into a compressed pack200 file
 * and transforming a packed file into a JAR file, including the
 * <em>{@index pack200 pack200 tool}</em> and
 * <em>{@index unpack200 unpack200 tool}</em> tools.
 *
 * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
 * <dt class="simpleTagLabel">Tool Guides:
 * <dd>{@extLink pack200_tool_reference pack200},
 *     {@extLink unpack200_tool_reference unpack200}
 * </dl>
 *
 * @moduleGraph
 * @deprecated This module is deprecated, and is planned for removal in a
 *             future release.
 * @since 9
 */
@Deprecated(since="11", forRemoval=true)
module jdk.pack {
}

module-info.java

 

Or download all of them as a single archive file:

File name: jdk.pack-11.0.1-src.zip
File size: 614 bytes
Release date: 2018-11-04
Download 

 

JDK 11 jdk.rmic.jmod - RMI Compiler Tool

JDK 11 jdk.net.jmod - Net Module

Download and Use JDK 11

⇑⇑ FAQ for JDK (Java Development Kit)

2020-04-25, 2883👍, 0💬