Eclipse link plug-in installation (the figure below shows the process of installing a java class decompilation plug-in ):
1. Specify the directory structure of the plug-in. The structure must contain the "eclipse/plugins" directory, and put the net. sf. jadclipse_3.3.0.jar plug-in under the plugins directory.
2. Create a link file under the link directory of eclipse (if there is no link directory, create one by yourself). The file name is the name of the plug-in (I name it net here. sf. jadclipse_3.3.0.link), of course, it can also be another file name
3. Open the net. sf. jadclipse_3.3.0.link file in the editor such as Notepad, and write the following line in it. Note that a slash is added to the directory separator.
Path = D: \ Jar_File \ eclipsePlugins \ net. sf. jadclipse_3.3.0
4. Restart eclipse. In the open java file, press ctrl + with the left mouse to click a class. This class is better not the class in the java core class library but the class in the third-party class library, if you can see the source code and the first line shows "/* jadclipse * // Decompiled by Jad v1.5.8g. copyright 2001 Pavel Kouznetsov. the plug-in is successfully installed.
</