Converting .Class files to .Java file is very important step in OAFramework Extensions. Below are the most used tools to perform this.
Tool : JAD
Download Link for JAD
Del /s *.class –
Tool: FrontEnd
Download Link for FrontEnd
Tool: Cavaj
Download Link for CAVAJ
Tool : JAD
Download Link for JAD
Command to Convert all class files to java files under all subdirectories with Original Folder Structure
jad -o -r -sjava -dsrc c:/jadnt158/Samp/**/*.class
Command to delete all class files in subdirectories
Tool: FrontEnd
Download Link for FrontEnd
Tool: Cavaj
Download Link for CAVAJ
No comments:
Post a Comment