Viewing contents of a .jar file

后端 未结 30 1031
一向
一向 2020-12-02 03:54

What would be the easiest way to view classes, methods, properties, etc. inside a jar file? I\'m looking for something equivalent to the very useful Lutz Roeder .NET Ref

30条回答
  •  一整个雨季
    2020-12-02 04:33

    What I use personally is JD-GUI. It is a free 'decompiler', as it allows you to see the source code, classes, and objects in the classes, as well as see the file structure in a tree menu to the left. However, it does not allow you to modify the classes directly.

    JD-GUI's website: http://jd.benow.ca/

提交回复
热议问题