JD - http://java.decompiler.free.fr/ seems to do an excellent job of
recovering quite readable source, with only the minor caveat that it
fails to recompile! Has anyone used a decompiler that they would be
able to recommend. The last discussion here was in 2005...
Cheers
Duncan
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
I usually resort to JD [http://java.decompiler.free.fr/] when I need to satisfy my curiosity. Not sure it's the best but it has worked for me in the past.
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To view this discussion on the web visit https://groups.google.com/d/msg/javaposse/-/EFtzCIi1vOsJ.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
I don't have a large volume to chew through, although one method does
manage to nest 22 levels deep in 1300 lines!
I'd be happy to pay, but I haven't stumbled upon any promising
commercial offerings....
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
Thanks, but I have seriously tight timescales and not so much source
that I can't fix it up by hand.
I wonder what happened to decompilers, and also why so many of them
seem to be written in languages other than Java?
On Dec 9, 1:24 am, Duncan McGregor <oneeyed...@googlemail.com> wrote:
>
> I wonder what happened to decompilers, and also why so many of them
> seem to be written in languages other than Java?
mvn ... -DdownloadSources made them obsolete for a majority of open
source frameworks...