How to install jadclipse on Eclipse 3.1.1 [Java decompilation tool]
------ Abstract: Java _ stream Sub-Jan.17 2006 --------
Jad is a Java decompilation tool and a command line execution tool. The Decompilation source file is highly readable. Unfortunately, it is not easy to use. Okay
Find the plug-in under eclipse, called jadclipse. After installation, you only need to double-click the. Class file to view the source file, including the jar
Class files in the package can also be decompiled directly.
1. Download jad1.5.8e
Http://www.kpdus.com/jad.html#download
Download and decompress the package. After Uncompressing the file, copy jad.exe to the bin directory of JRE, for example,/Java/jre1.5.0 _ 06/bin.
2. Download jadclipse_3.1.0.jar
Http://jaist.dl.sourceforge.net/sourceforge/jadclipse/jadclipse_3.1.0.jar
Jadclipse_3.3.jar
Http://jaist.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar
Copy jadclipse_3.1.0.jar to the d:/program files/Eclipse/myplugin/Eclipse/Plugins directory.
Link ).
3. After eclipse is started, a jadclipse directory should be added under windows --> perference --> JAVA.
Here to modify
Configure jadclipse: set path to decompilerto the full path of jad.exe, for example, F:/Java/jre1.5.0 _ 06/bin/jad.exe
Specifies the path of the temporary file in directory for temporary files, such as: G:/Java/eclipse-SDK-3.0-win32/temp
4. Modify "*. Class" in eclipse windows --> perference --> General-> editors-> File Associations
The associated editor is "jadclipse class File Viewer"
5. After the installation is complete, double-click the class file and eclipse will automatically decompile the file.
Good luck!