Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
jdk.compiler/sun.tools.serialver.SerialVer - "serialver" Command
How to run "serialver" command from JDK lib\modules JImage file?
✍: FYIcenter
"serialver" command allows you to load a Java class and prints its the serialVersionUID.
"serialver" command is supported by the jmods\jdk.compiler.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
You can run the "serialver" command using the lib\modules JImage file as described below using JDK 11 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-11.0.1 C:\fyicenter>%JDK_HOME%\bin\java --module jdk.compiler/sun.tools.serialver.SerialVer java.lang.String java.lang.String: private static final long serialVersionUID = -6849794470754667710L;
Â
⇒ jdkjdk.hotspot.agent/sun.jvm.hotspot.tools.HeapDumper - JVM Heap Dumper
⇠jdk.compiler/com.sun.tools.javac.Main - "javac" Command
2019-09-27, 1044👍, 0💬
Popular Posts:
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
Oracle Business Intelligence (BI) Beans enables developers to productively build business intelligen...
What Is XMLBeans xbean.jar 2.6.0? XMLBeans xbean.jar 2.6.0 is the JAR file for Apache XMLBeans 2.6.0...
JDK 11 jdk.crypto.mscapi.jmod is the JMOD file for JDK 11 Crypto MSCAPI module. JDK 11 Crypto MSCAPI...
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...