decompilation
Hi,
I'm trying to navigate around an existing library that I only have access to as a jar. What I really need is a decompiled view of the classes without source, and for searching/find to look inside this decompiled content for method calls. Is there anything like this already that I've missed?
Matthew
Please sign in to leave a comment.
Hi Matthew,
Please check if IntelliJad plugin suits your needs.
Denis
Mm, is this compatible with idea X? It's not been updated in a while.
On Thu, 10 Feb 2011 17:44:08 MSK, Matthew Pocock
<no_reply@jetbrains.com> wrote, quoted or indirectly quoted someone
who said :
>I'm trying to navigate around an existing library that I only have access to as a jar. What I really need is a decompiled view of the classes without source, and for searching/find to look inside this decompiled content for method calls. Is there anything like this already that I've missed?
see http://mindprod.com/jgloss/decompiler.html
http://mindprod.com/jgloss/disassembler.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
Your top priority should be fixing bugs. If you carry on development,
you are just creating more places you will have to search for them.
IntelliJad never worked well for me, and jad often screws up on classes compiled with java5/java6.
I'd love to see a proper plugin for this (which I have to use as a standalone tool for now):
http://java.decompiler.free.fr/