How to use java decompiler JAD? [closed]?

Download JAD from here and read Readme.txt. It's rather straightforward to use jad. Exe from CLI e.g. Create jadtest directory, write simple java class ExampleClass.

Java: import java.util. Date; public class ExampleClass { public static void main(String args) { Date now = new Date(); System.out. Println("Today is " + now); } } Compile to bytecode using javac ExampleClass.

Java and decompile using: jad ExampleClass.class.

I've used the jad decompiler and now I can decompile the . Class file. Tnx for that but the thing I wana learn is how to use jad.

Exe file – vipul_vj Jul 9 '11 at 16:15 1 @vipul_vj: What do you mean by "how to use jad. Exe file"? Bundled Readme.

Txt file contains help information along with usage syntax. – Grzegorz Szpetkowski Jul 9 '11 at 16:29.

I don't know how to use that decompiler. But I want to say that Yet Another fast Java Decompiler is amazing, it works like a charm. I'm very happy with it.

Side note: Don't be disappointed when the source looks like rubbish. That's because of obfuscating. Nt: Try using an IDE like Eclipse or NetBeans.

You will learn and code much faster.

Actually I don't want to use an IDE right now.. For beginners in java like me, They shudnt be using an netbeans or eclipse or any other IDE. – vipul_vj Jul 9 '11 at 13:44 Tell me how to decompile using CMD on Windows 7 machine – vipul_vj Jul 9 '11 at 13:46.

I've found the way to decompile my program but I want to learn the use of JAD through CMD. Moreover in the above answer when I downloaded windows JD-gui and saw the source code of my program,it was all messed up. There were no import packages and this and super keyword were also missing from the source code.

The answer was misleading.

3 -1 this is not a forum. Refine your question. – mschonaker Jul 11 '11 at 5:53.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions