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.