As the title states, I\'m trying to use javap
with eclipse but have difficulties setting it up. I\'m trying to set it up using external tools
from
In order to disassemble the currently selected .class
file in Eclipse I use the following arguments in the External Tools Configurations.
This way classes in subpackages of the bin
folder can also be disassembled. The output is displayed in the Console view.
Oracle documentation of javap parameters.