First, the installation method is divided by file type and installation mode.
First of all, according to different installation methods to divide:
1. Take advantage of the eclipse comes with plug-in installation features:
Take Jode plug-in as an example, start eclipse,help, software updates-> Find and install .... Search for new features to install, click on "New Remote Site ..." Enter the Jode decompliter,name column in name to fill in, enter http://www.technoetic.com/eclipse/update in the URL field and Next, You can see "Jode decompiler plugin * *", choose the installation on it. After installation, you can see Windows--preferences...-> Java--- Jode decompiler tab,okay, the installation was successful.
This installation method has no relation to the type of installation file.
2. Direct Decompression Installation method:
3.link installation method:
1.jar file
take Jode as an example, direct jadclipse_ X.x.x.jar ( represents the version number) copied to
2.rar,war file
3.exe file
Taking Jode as an example, http://www.kpdus.com/jad.html#download, find the Jad download for your operating system platform on this page . After download, unzip, and then copy the extracted jad.exe file to the %java_home%\bin directory (you can put Jad.exe anywhere, just remember its storage path is good, the following to use).
StartEclipse path to Decompiler Here, set the anti-compilation tool jad%java_home%\bin\ jad.exe.
2 Here, set the temporary file path.
complete.
If you have any questions, please refer to: http://ssydxa219.iteye.com/blog/1329357
How to install several plugins for Eclipse