jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser - Expression Parser

Q

How to run "jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool from JDK lib\modules JImage file?

✍: FYIcenter

A

"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.

You can run the "jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser" tool using the lib\modules JImage file as described below:

fyicenter> %JDK_HOME%\bin\java --module jdk.jdi/com.sun.tools.example.debug.expr.ExpressionParser

Java Expression Parser:  Reading from standard input . . .
<Ctrl-C>

 

jdk.jdi/com.sun.tools.example.debug.tty.TTY - "jdb" Command

jdk.jdeps/com.sun.tools.jdeps.Profile - JDeps Profiler

Tools Supported from JDK 9+ lib\modules JImage

⇑⇑ FAQ for JDK (Java Development Kit)

2019-09-04, 1578🔥, 0💬