Hi,
I need your experts advice on something that I am doing now. I want to open a file which is in .class
format using DJ Decompiler and copy the file into a
java file using java program. Actually I want to
get the directory as input and do this for all the files and files inside all the directories. How
can I do this?
Now I have a code to open the DJ Decompiler and also to copy the files, but both are seperate. How to
integrate them?
e.g. I have a folder D:/test in which I have .class files
D:/test/hello.class (There will be many files like this, but for now its 1)
I want to make this file as hello.java file.
Is this possible? Any help would be appriciated.
Thanks