Viewing contents of a .jar file

后端 未结 30 1046
一向
一向 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:45

    Eclipse 3.4 JDT

    It is not the quickest way because you have to drag it into your eclipse first. But you will have full java class browsing, even with decompile enabled.

提交回复
热议问题