Eclipse in the anti-compilation, to provide a convenient way to view the source of the service, for the class file without anti-compilation everyone see is a headache. Let me write the installation and environment configuration of Eclipse's anti-compilation plugin. Easy to forget in the future, you can find the configuration steps. The Eclipse plug-in was installed at the time of a lot of effort, on the internet to search a lot of information, the online data collected together. To install the anti-compilation plug-in to Eclipse and run successfully, I hope passing friends pointing twos.
First, prepare the environment:
1.Eclipse normal operation
2. Download Jadclipse:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download Note Select the appropriate version for Eclipse
3. Download Jad: Http://www.varaneckas.com/jad
Two, installation
Join the Net.sf.jadclipse_3.3.0.jarEclipseUnder thePluginsfolder,JadclipseI downloaded the Fornet.sf.jadclipse_3.3.0version ( download the corresponding version according to your own situation )
will beJad.exe Copy to JDK installation directory under the bin folder, I copied the path c:\program files\java\jdk1.8.0_151\bin (depending on the situation, copy to the JDK installation directory)
Open After Previous configurationEclipse in WinDOS->preferences->java at this point you will find that there will be more than the original one jadclipse options for ( to open Eclipse, click jadclipse Configuration after entry (configured as follows)
path to Decompiler: Write absolute path to placement Jad.exe
directory for temporary files: absolute path to write Jadclipse
Open an eclipse in thewindos-->general-->editors-->file associations Check separately*.classand the*.class without sourceThere are noJadclipse Class File Viewer (default),If you do not click on the rightAddwill beJadclipse Class File Viewer (default)add in, add it and click Default
Test if it's successful.
Test success, the above for their own summary of the JAD configuration
Anti-compilation in Eclipse (Jad)