Showing posts with label JAD. Show all posts
Showing posts with label JAD. Show all posts

Monday, February 20, 2012

Install Decompiler in Eclipse Indgio

This article will show you how to install a Java Decompiler to Eclipse.. We will use JadClipse in this example. 

  JadClipse
Maintainer:Vladimir Grishchenko, Johann Gyger
Platform:Platform independent
Genre:Java, Decompiler, Eclipse plug-in
License:CPL
Languages:English, Russian
Website:JadClipse.sf.net
 
1. Download JAD

http://www.softpedia.com/progDownload/JAD-Download-85911.html

2. Download JADEclipse in sourceforge


http://sourceforge.net/projects/jadclipse/

3. Put the JAR to Eclipse Plugin Folder
For example: D:\eclipse_indigo\plugins\net.sf.jadclipse_3.3.0.jar


4. Start and Configure Eclipse for the JAD Plugin
In Eclipse, Click Window –> Preference –> Java –> Jadclipse
For example: 
Path to decompiler: D:\warez\JAD\jadnt158\jad.exe
Directory for temporary files: D:\tmp\Decompiler


5. Done and test
Open a file, mouse over the javax.ejb.SessionBean, click F3 to go to the class definition.

 The Decompiled Java file will be shown.