# HG changeset patch # User Oleksandr Gavenko # Date 1493887957 -10800 # Node ID 782577d2e7f0c85d520eac930248c7e363cbce49 # Parent 09e2e50d02aa09d11c1d81d0278584773d8a8012 http://jd.benow.ca/ 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. ==================