Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
Other Resources:
jdk.jdeps/com.sun.tools.javap.Main - "javap" Command
How to run "javap" command from JDK lib\modules JImage file?
✍: FYIcenter
"javap" command allows you to run the Java Debugger interactively.
"javap" command is supported by the jmods\jdk.jdeps.jmod module file, which is also linked into the lib\modules JImage file.
You can run the "javap" command using the lib\modules JImage file as described below:
fyicenter> %JDK_HOME%\bin\java --module jdk.jdeps/com.sun.tools.javap.Main Usage: javap <options> <classes> where possible options include: -? -h --help -help Print this help message -version Version information -v -verbose Print additional information -l Print line number and local variable tables -public Show only public classes and members -protected Show protected/public classes and members -package Show package/protected/public classes and members (default) -p -private Show all classes and members -c Disassemble the code -s Print internal type signatures -sysinfo Show system info (path, size, date, MD5 hash) of class being processed -constants Show final constants --module <module>, -m <module> Specify module containing classes to be disassembled --module-path <path> Specify where to find application modules --system <jdk> Specify where to find system modules --class-path <path> Specify where to find user class files -classpath <path> Specify where to find user class files -cp <path> Specify where to find user class files -bootclasspath <path> Override location of bootstrap class files GNU-style options may use = instead of whitespace to separate the name of an option from its value. Each class to be shown may be specified by a filename, a URL, or by its fully qualified class name. Examples: path/to/MyClass.class jar:file:///path/to/MyJar.jar!/mypkg/MyClass.class java.lang.Object
⇒ jdk.jdeps/com.sun.tools.jdeprscan.Main - "jdeprscan" Command
⇐ jdk.jconsole/sun.tools.jconsole.JConsole - "jconsole" Command
2019-09-04, 1758🔥, 0💬
Popular Posts:
What Is poi-examples-5.2.3.jar? poi-examples-5.2.3.jar is one of the JAR files for Apache POI 5.2.3,...
Apache Ant Source Code Files are inside the Apache Ant source package file like apache-ant-1.10.10-s...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...
maven-core-3.5.4.jar is the JAR file for Apache Maven 3.5.4 Core module. Apache Maven is a software ...
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...