November 27, 2013

Integrated Java Decompiler (Jad) with WCS


1. Download Jad

Download the Jad executable file here http://www.varaneckas.com/jad 

2. Download Jad Eclipse plugin

Download the Jad Eclipse plugin named “Jabclipse (net.sf.jadclipse_x.x.x.jar)”
http://sourceforge.net/projects/jadclipse/

3. Copy it to Eclipse plugin folder

Copy the jadclipse_x.x.x.jar to C:\RAD601\eclipse\plugins

4. Open/Restart ToolKit

Restart Toolkit to make the plugin take effect.

5. Configure Jadclipse

In Toolkit, Click Window –> Preference –> Java –> Jadclipse , Key in Jad’s path in “Path to Decompiler” field. Do not change anything else

jadEclipse

6. Verify File Association(.class file association)

In Toolkit, Click Window –> Preference –> General–> Editors–> File Associationcheck for *.class If default editor is not JadClipse then:*.class without source Associated Editors -> Addsearch for JadClipse Class File ViewerThen Press "Default", then when you press F3 button will open the ".class" source file and decompile it!

0 comments:

Post a Comment