How to Decomplile Java classes inside Jdeveloper using JAD
Download jad to local
http://www.varaneckas.com/jad/
Jad zip file contains one executable and README.txt
Some sites give it like jad.txt. If so save it as jad.exe
unzip to local directory
Open {JDEV_HOME}\jdevbin\jdev\bin\jdev.conf file (try to open in wordpad)
write below line at the end - Give your local Jad path in below command
AddVMOption -Djcncmd=C:\Anji\jad1\jad.exe -& -p -b -ff -nl -pi99999 -space -t2 -noinner
Open Jdeveloper and click on any class file.
Other nice to have Decompiler is jd-gui.exe
Ref -
http://www.iwidi.org/index.php/tools-room-for-oaf/tools-room-for-oaf-child/12-decompile-class-file-in-jdeveloper-itself
Download jad to local
http://www.varaneckas.com/jad/
Jad zip file contains one executable and README.txt
Some sites give it like jad.txt. If so save it as jad.exe
unzip to local directory
Open {JDEV_HOME}\jdevbin\jdev\bin\jdev.conf file (try to open in wordpad)
write below line at the end - Give your local Jad path in below command
AddVMOption -Djcncmd=C:\Anji\jad1\jad.exe -& -p -b -ff -nl -pi99999 -space -t2 -noinner
Open Jdeveloper and click on any class file.
Other nice to have Decompiler is jd-gui.exe
Ref -
http://www.iwidi.org/index.php/tools-room-for-oaf/tools-room-for-oaf-child/12-decompile-class-file-in-jdeveloper-itself