Posted by: Chyne on: November 13, 2009
JAD Java Decompiler is a tool that use for decompiling a .class file into a java source file. I had tried this tool one year ago on Windows environment (Decompile a Java Class File) and I feel is very useful whenever I have the class files but I need to analyze the codes from the [...]
Posted by: Chyne on: February 21, 2008
If you want to convert a class file into a readable source code, you can try to use the Jad (JAva Decompiler). It is free for download and easy to use. You can refer to this url for further information about jad: http://www.kpdus.com/jad.html
Here are the steps to decompile a class file using Jad:-
1. Access to the [...]