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
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
@stuartmarks ... class, not glass, Klaas!
🤓
Claes, help!
> 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.
🤔