How to use javap with eclipse?

前端 未结 5 1645
北海茫月
北海茫月 2020-12-24 03:04

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

5条回答
  •  醉梦人生
    2020-12-24 03:54

    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.

提交回复
热议问题