How to configure Intellij to run javap command in a program?

I am using Intellij Idea for development, and I want to configure Intellij to the optional javap -c function. Is there a plugin? How to do it?

+6
source share
1 answer

You can configure an external tool to run javap .

+4
source

Source: https://habr.com/ru/post/925565/


All Articles