I use Intellij Idea for development and I want to configure Intellij to optionally use javap -c feature . Is there any plugin ? How do I do that ?
From the main menu, select Run | Show Running List. In the top-right corner of the editor, IntelliJ IDEA shows a list with all active applications.
Go to the Run menu and select the Run option. Again Select the Class name and run. The output will appear on the console.
The javap command disassembles one or more class files. Its output depends on the options used. If no options are used, javap prints out the package, protected, and public fields and methods of the classes passed to it. javap prints its output to stdout.
You can configure an external tool to run javap
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With