Tuesday, June 25, 2013

Configure Code Coverage Tool In Eclipse

Configure Java Decompiler jad plugin in eclipse



De-compiler  is very essential in day to day life of a developer.

Once the plugin is configured  in eclipse, pressing F3 on the class will automatically decompile the class

Configure JAD Plugin to eclipse


Steps 1

 Download jadnt158 and extract to any driver for eg: D:\Projects\Software\jadnt158

Steps 2:

Download net.sf.jadclipse_3.3.0.jar and copy to eclipse\plugins

Step 3:

Configure Jadclipse path as D:\Projects\Software\jadnt158\jad.exe configuration Jad under in Windows - Preferences - Java - JadClipse if avaiable or look for path Windows - Preferences - Java - Decompilers-Jad-Path to decompiler as show below.



Dont change anything for Directory for temporary files

 Step 4:
 

Simply select Apply and Click Ok 

Step 5:
 Restart eclipse.
   
Step 6 
In Eclipse, try F3 into any class which does not has the source, Jad will decompile it automatically.