Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
JDK 11 jdk.jdeps.jmod - JDeps Tool
JDK 11 jdk.jdeps.jmod is the JMOD file for JDK 11 JDeps tool, which can be invoked by the "jdeps" command.
JDK 11 JDeps tool compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.jdeps.jmod.
JDK 11 JDeps tool compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 JDeps tool source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.jdeps.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/tools/javap/resources/javap.java
package com.sun.tools.javap.resources; public final class javap extends java.util.ListResourceBundle { protected final Object[][] getContents() { return new Object[][] { { "err.bad.constant.pool", "error while reading constant pool for {0}: {1}" }, { "err.bad.innerclasses.attribute", "bad InnerClasses attribute for {0}" }, { "err.cant.find.module", "Cannot find module {0}" }, { "err.cant.find.module.ex", "Problem finding module {0}: {1}" }, { "err.class.not.found", "class not found: {0}" }, { "err.crash", "A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}" }, { "err.end.of.file", "unexpected end of file while reading {0}" }, { "err.file.not.found", "file not found: {0}" }, { "err.incompatible.options", "bad combination of options: {0}" }, { "err.internal.error", "internal error: {0} {1} {2}" }, { "err.invalid.arg.for.option", "invalid argument for option: {0}" }, { "err.invalid.use.of.option", "invalid use of option: {0}" }, { "err.ioerror", "IO error reading {0}: {1}" }, { "err.missing.arg", "no value given for {0}" }, { "err.no.SourceFile.attribute", "no SourceFile attribute" }, { "err.no.classes.specified", "no classes specified" }, { "err.nomem", "Insufficient memory. To increase memory use -J-Xmx option." }, { "err.not.standard.file.manager", "can only specify class files when using a standard file manager" }, { "err.prefix", "Error:" }, { "err.source.file.not.found", "source file not found" }, { "err.unknown.option", "unknown option: {0}" }, { "main.opt.bootclasspath", " -bootclasspath <path> Override location of bootstrap class files" }, { "main.opt.c", " -c Disassemble the code" }, { "main.opt.class_path", " --class-path <path> Specify where to find user class files" }, { "main.opt.classpath", " -classpath <path> Specify where to find user class files" }, { "main.opt.constants", " -constants Show final constants" }, { "main.opt.cp", " -cp <path> Specify where to find user class files" }, { "main.opt.help", " -? -h --help -help Print this help message" }, { "main.opt.l", " -l Print line number and local variable tables" }, { "main.opt.module", " --module <module>, -m <module> Specify module containing classes to be disassembled" }, { "main.opt.module_path", " --module-path <path> Specify where to find application modules" }, { "main.opt.p", " -p -private Show all classes and members" }, { "main.opt.package", " -package Show package/protected/public classes\n and members (default)" }, { "main.opt.protected", " -protected Show protected/public classes and members" }, { "main.opt.public", " -public Show only public classes and members" }, { "main.opt.s", " -s Print internal type signatures" }, { "main.opt.sysinfo", " -sysinfo Show system info (path, size, date, MD5 hash)\n of class being processed" }, { "main.opt.system", " --system <jdk> Specify where to find system modules" }, { "main.opt.upgrade_module_path", " --upgrade-module-path <path> Specify where to find upgradeable modules" }, { "main.opt.v", " -v -verbose Print additional information" }, { "main.opt.version", " -version Version information" }, { "main.usage", "Usage: {0} <options> <classes>\nwhere possible options include:" }, { "main.usage.foot", "\nGNU-style options may use '=' instead of whitespace to separate the name of an option\nfrom its value.\n\nEach class to be shown may be specified by a filename, a URL, or by its fully\nqualified class name. Examples:\n path/to/MyClass.class\n jar:file:///path/to/MyJar.jar!/mypkg/MyClass.class\n java.lang.Object\n" }, { "main.usage.summary", "Usage: {0} <options> <classes>\nuse --help for a list of possible options" }, { "note.prefix", "Note:" }, { "warn.prefix", "Warning:" }, { "warn.unexpected.class", "File {0} does not contain class {1}" }, }; } }
⏎ com/sun/tools/javap/resources/javap.java
Or download all of them as a single archive file:
File name: jdk.jdeps-11.0.1-src.zip File size: 244145 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.jdi.jmod - JDI Tool
2020-07-07, 36369👍, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
maven-core-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Core module. Apache Maven is a software ...
How to download and install Apache ZooKeeper Source Package? Apache ZooKeeper is an open-source serv...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with ...