Installation
First, you need to download the necessary tools. Before anything else, make sure you have an installation of Eclipse. This article uses Eclipse 3.0.1. Note that in order to use Eclipse 3, you must use a J2SE of 1.4 or higher. This article uses J2SE 5.0 (formerly Tiger).
Figure 1. Eclipse JadClipse Settings |
Now download the latest version of the Jad Java decompiler. This article uses version 1.5.8 for Windows. Unzip the zip file to your computer:
- Add your JAD_HOME directory to your PATH environment variable. For example, I unzipped my Jad download to C:\jadnt158 and added it to PATH.
- To test whether you have configured correctly, open a new DOS shell. Type 'jad' at the prompt. You should see information about Jad and options for usage.
Next, download the latest version (beta 2.06) of the JadClipse plugin for Eclipse. Unzip the zip file to your computer. Copy the jadclipse folder (not jadclipse_b206) to your Eclipse\plugins folder.
Finally, download the Spring Framework (Spring 1.1.2 was the latest version at the time of this article) and unzip the download to your computer.
Figure 2. Eclipse Workbench File Associations Settings |
Configure JadClipse
Now configure the JadClipse plugin within Eclipse:
- Open Eclipse. At the top menu, click Window->Preferences->Java->JadClipse.
- Set Path to decompiler = %jadnt158_directory%\jad.exe. Additionally, you can also set the output directory for decompiled files as well (seeFigure 1). Click Apply.
- Now expand the Workbench node, and choose File Associations. In the top box named File Types, select *.class. In the bottom box namedAssociated Editors, select JadClipse Class File Viewer, and click Default (see Figure 2).
No comments:
Post a Comment