Setting Up JadClipse and JAD Decompiler in Eclipse

Sun Dec 9, 2012
  1. Download JAD decompiler from here jad158g.mac.intel.zipĀ  and unzip it somewhere in your system

  2. Download JadClipse - the Eclipse plugin for JAD from hereĀ http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download

  3. Put JadClipse inside the plugins folder of your Eclipse installation

  4. Set up preferences by giving path to the JAD decompiler to the plugin

  1. Associate JadClipse to .CLASS files

Go to Preferences -> General -> Editors -> File Associations and associate .class and *.class without source *to Jadclipse File Viewer. Also make it default.

* *

Testing JadClipse

Double click a .CLASS file to see the decompiled data. The image below shows an example.



  « Previous: Next: »