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.jdi/com.sun.tools.example.debug.expr.ExpressionParser - Expression Parser
How to run "jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool from JDK lib\modules JImage file?
✍: FYIcenter
"jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool allows you to
parse a Java expression.
"jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool is supported by the jmods\jdk.jdi.jmod module file, which is also linked into the lib\modules JImage file in JDK 9, 10, and 11.
You can run the "jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool 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.jdi/com.sun.tools.example.debug.expr.ExpressionParser Java Expression Parser: Reading from standard input . . .
Â
⇒ jdk.jdi/com.sun.tools.example.debug.tty.TTY - "jdb" Command
⇠jdk.jdeps/com.sun.tools.jdeps.Profile - JDeps Profiler
2019-09-04, 1123👍, 0💬
Popular Posts:
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
What Is junit-3.8.1.jar? junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. JUnit is a ...
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip .log4j-1.2.13.jar is the ...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...