Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Decompling java classes

Options
  • 20-07-2006 3:10pm
    #1
    Closed Accounts Posts: 999 ✭✭✭


    Anyone know of any programs that can either decompile or 'look' inside of a compiled java class file?

    Thanks


Comments

  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    D.J. Decompiler.
    http://members.fortunecity.com/neshkov/dj.html

    Its based off JAD which is free.
    http://www.kpdus.com/jad.html


  • Registered Users Posts: 304 ✭✭PhantomBeaker


    Also, javap comes with the jdk (or whatever they call the sdk these days) - it does things a number of ways... you can either see all the various things like member data, functions etc. Or you can even get it to show jvm instructions - although that can be a bit hard to understand.

    So, if you're hard pressed, (or just want to look at function signatures, even the private ones) you can use javap, but there are also the decompilers that Hobbes mentions.


  • Registered Users Posts: 27,163 ✭✭✭✭GreeBo


    also cavaj is good
    javac = cavaj (cool huh!)


  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Used decafe pro back in the day.


Advertisement