Installation and use on the development of tools Myeclipse2014 decompile software Jadclipse of

As we all know, want to see a jar of source, usually want to download the source code package of view, but first download the source package, one is in trouble, one is if it is the company's own package source package, can not download, this time We need to use the decompiler, jad.exe, a very powerful, very violent decompile software.

——————————————————————————————————————————————————————————————————————

Here in my myeclipse2014 as a template, of course, other versions should also apply, but correspondence between the versions of the need to find their own.

first step:

First need to download two files

Download jad.exe file: http://www.varaneckas.com/jad (JAD decompiler)

    Download jadeclipse plug: http://sourceforge.net/projects/jadclipse/files/ (net.sf.jadclipse_3.3.0.jar)

Download and unzip completed, attention, jad archive only need to extract the jad.exe can be.

Step two:

Find your installation path myeclipse2014 of (mine is: F: \ MYEclipse), opens, find dropins file in the root directory folder, open to build a file inside the folder named jad, then open the jad

Folder, that is, you just build folder ah, were built two folders inside, a named features, a named plugins.



third step:

To download the second document, which is net.sf.jadclipse_3.3.0.jar, placed just built plugins folder inside.

The download of the first file, jad.exe just put one you can find in the directory, of course, is recommended in the root directory myeclipse below, (I was under the root directory myeclipse built a folder jad158g, the jad.exe on the inside).


        

Step Four :

Now preparations have been done, open your myeclipse2014, opening the window ---- preferences ---- java ---- jadClipse, as shown in

In the first column to fill in the path of your jad.exe where attention back plus jad.exe.


        

Finally, open the General ---- Editors ---- File Associatior

Select * .class without source, where the following settings using jadclipse as the default.

If the following column is no jadCliose this option, use add to add up, and set the default.



Step five :

Restart myeclipse, very happy to read the source code to, personally testing methods definitely have the effect oh.






Published 27 original articles · won praise 1 · views 3664

Guess you like

Origin blog.csdn.net/qq_40111437/article/details/77891575