I'm looking for a program to batch decompile java classes. And i found JAD, but it didn't support some new features of JAVA, and the benefit of this program is that it can execute from command line and generate a *.java file automatically.
And i found jd-gui.exe program, it supports most features of java. But the shortcomming is that it can't do batch processing, you need to open the class file with the program and click save.
So I want to know whether or not there is a jd-gui.exe program, that can do the same with JAD program and batch generate the *.java file in the right folder?
Or any other batch process software for decompiling?
thanks in advance!