diff -r 09e2e50d02aa -r 782577d2e7f0 java.rst --- 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. ==================