Cannot start process, the working directory(idea使用javap命令的使用)

在idea中使用javap命令出现Cannot start process, the working directory…
javap是jdk自带的反解析工具。它的作用就是根据class字节码文件,反解析出当前类对应的code区(汇编指令)、本地变量表、异常表和代码行偏移量映射表、常量池等等信息。

idea中使用javap步骤:
Cannot start process, the working directory(idea使用javap命令的使用)
Cannot start process, the working directory(idea使用javap命令的使用)
Cannot start process, the working directory(idea使用javap命令的使用)
最后右击使用External Tools 里刚加的javap命令。
Cannot start process, the working directory(idea使用javap命令的使用)