1

I was using JAD (No longer update?) for decompiling the .class file, but on AIX or Linux, jdk 5 class is not supported by JAD, (replied by @Thilo , in this thread).

I know some decompiling tools are based on JAD, but is there such a tool both provides commandline interface(I know DJ has a GUI which I don't want it) that I can call it from Java and supports JDK5 .class?

Thanks.

Community
  • 1
  • 1
JerryCai
  • 1,663
  • 4
  • 21
  • 36

1 Answers1

1

Yes, there is one, it was a French project hosted on free.fr. Luckily for you, Archive.org“s wayback machine has it indexed,including the download binaries.

It decompiles Java 1.5 and 1.6 too.

Here is the link http://web.archive.org/web/20110416091052/http://java.decompiler.free.fr/

aissacf
  • 141
  • 2