First step: Download Jad,
The official address of Jad is:
Http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/JAD.shtml#download
Step two: Download the Jadclipse plugin,
Official Links:
http://nchc.dl.sourceforge.net/project/jadclipse/jadclipse3.3/3.3.0%20%28for%20Eclipse%20_%3D3.3M6%29/ Net.sf.jadclipse_3.3.0.jar, the file name is: Net.sf.jadclipse_3.3.0.jar.
Step three: Unzip the file,
The first step download good jadnt158.zip This compressed file decompression, Jie only one file after compression: Jad.exe, save this jad.exe in a location, personal recommendation saved in the same directory as Eclipse.exe
The second step download of the Net.sf.jadclipse_3.3.0.jar decompression, extracted after the production of a folder: net.sf.jadclipse_3.3.0. Copy net.sf.jadclipse_3.3.0 to eclipse's plug-in directory (plugins), my directory is "D:\eclipse\adt-bundle-windows-x86_64-20131030\eclipse\ Plugins ", OK the third step is complete.
Fourth step: Restart Eclipse,
When you open Window->preferences->java in Eclipse, you'll see that there's more jadclipse under Java,
Enter the path to the jad.exe you saved in the third step on the right of path to Decompiler
The fifth step: the last step,
Open window->preferences, search file associations, it should be searched, and then click,
Here we click *.class wihout source, below associated editors below the box in the beginning there is no Jadclipse class File viewer, you need to add the button on the right, and set it to default (setting method: First select and then click on the right of the default button), add success will appear in the slice shown.
At this point, you can view the source code of the jar package directly in eclipse.
Resolve source code that cannot view the referenced jar package in eclipse