Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a replacement for java.decompiler.free.fr? [closed]

Searching in this site for a way to replace my long-lost Java source code with something reverse engineered from my old .class files, I found a reference to an online tool at http://java.decompiler.free.fr which worked great.

Now (6-sep-2013), hardly 2 weeks later, the site is gone (or being blocked by its ISP).

Any good replacements for this site/online-tool?

like image 828
user292701 Avatar asked Sep 07 '13 00:09

user292701


1 Answers

JD tool http://jd.benow.ca/

Has GUI interface and available in eclipse via plugin.

like image 123
shakthydoss Avatar answered Nov 09 '22 08:11

shakthydoss