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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Decompling java classes

  • 20-07-2006 2: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, Registered Users 2 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, Registered Users 2 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, Registered Users 2 Posts: 27,370 ✭✭✭✭GreeBo


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


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


    Used decafe pro back in the day.


Advertisement