Jad – the fast JAva Decompiler

Here is a way to launch jad on a whole jar directory structure:

find . -regex [^$]*.class -exec wine /path/to/jad.exe -r -s .java {} ;

#java