Blogged about "Running #JDK Tools within a #Java Shell Session"

```
jshell> interface Empty {}
jshell> javap(Empty.class)
```
https://sormuras.github.io/blog/2023-03-09-jshell-tooling

Running JDK Tools within a JShell Session

Source of sormuras development

sormuras.github.io

@sormuras

> Note that not all tools listed by the Java Development Kit Tool Specifications implement the ToolProvider interface. Some might do so in the future, some never will.

🤔