Register now and start sharing your code snippets.
-->

Decompile Java code with JAD

Shell Script (Bash) posted about 1 year ago by christian

How to decompile Java source code and include original line numbers with JAD :

   1  jad -pi -b -ff -space -lnc -s java -d output_directory -r directory_containing_class_files\**\*.class

Tagged jad, java, decompile