How can I open Java .class files in a human-readable way?

后端 未结 17 1982
傲寒
傲寒 2020-11-28 18:09

I\'m trying to figure out what a Java applet\'s class file is doing under the hood. Opening it up with Notepad or Textpad just shows a bunch of gobbledy-gook.

Is the

17条回答
  •  有刺的猬
    2020-11-28 19:03

    That's compiled code, you'll need to use a decompiler like JAD: http://www.kpdus.com/jad.html

提交回复
热议问题