author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 04 May 2017 11:52:37 +0300 | |
changeset 2127 | 782577d2e7f0 |
parent 2126 | 09e2e50d02aa |
child 2128 | 3a4f15d5aa5e |
--- a/java.rst Sun Apr 23 14:05:35 2017 +0300 +++ b/java.rst Thu May 04 11:52:37 2017 +0300 @@ -245,6 +245,13 @@ $ javap -v -p -c My.java +Graphical tools are available at: + +http://jd.benow.ca/ + JD-GUI is a standalone graphical utility that displays Java source codes of + “.class” files. You can browse the reconstructed source code with the JD-GUI + for instant access to methods and fields. + Find jar by class. ==================