Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Using JAd to decompile my java prgram

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Using JAd to decompile my java prgram

    I've downloaded JAD from the Internet and now I want to decompile my .class file to the original source code.

    I've been using Notepad as editor and I compile and run my Java program through Command prompt. Can anyone tell me how to use JAD to decompile the program through cmd on windows 7?

    I dont just want to learn what's the output of decompilation, i also want to learn what changes

    i'll have to make in Path setting and Classpath variable.


  2. #2
    Junior Member
    Join Date
    Jul 2011
    Posts
    4
    My Mood
    Lurking
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Using JAd to decompile my java prgram

    Maybe you could use JD-GUI | Java Decompiler instead of JAD.