Wednesday 6 January 2016

Configure Jadclipse on RAD


As I work for Websphere Commerce Server(WCS), I need to decompile product classes as part of my day to day work. Every time, I move between projects, environments, I need to setup Jadclipse.
I thought of adding this info in my blog so that its ready for my reference.


  1. Close RAD
  2. Download "Jad 1.5.8g for Windows 9x-NT-2000 on Intel platform.zip" from http://www.javadecompilers.com/jad
  3. Download net.sf.jadclipse_3.3.0.jar from http://sourceforge.net/projects/jadclipse/
  4. Copy "net.sf.jadclipse_3.3.0.jar" into C:\IBM\SDP\plugins
  5. Unzip Jad 1.5.8g for Windows 9x-NT-2000 on Intel platform.zip and copy into c:\jadclipse
  6. Open RAD
  7. Window > Preferences > Java > JadClipse - > Set Path to Decompiler to C:\jadclipse\jad.exe.
  8. Restart Eclipse/RAD.
  9. Your de-compiler should be up and running.


As I presume that experienced developers read this, I didn't give much attention to explain steps in detail.
Time-to-time, the download links might break, you may have to google for the latest links.
These steps should work for Eclipse as well, but I haven't tried, while writing this blog.