java.rst
changeset 2127 782577d2e7f0
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
--- 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.
 ==================