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

0
4 comments
Avatar
Permanently deleted user

Hi Matthew,

Please check if IntelliJad plugin suits your needs.

Denis

0
Avatar
Permanently deleted user

Mm, is this compatible with idea X? It's not been updated in a while.

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

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/

0

Please sign in to leave a comment.