In the development process often encounter this situation, you write a class to inherit from a jar package of classes, in the process of developing a program with Eclipse, look at the corresponding class in the jar package, but the jar package is a class file, often press CTRL + Mouse, This can happen when you want to see this class:
So you need to install the anti-compilation plug-in, if a jar package into a JAR package import source code is very troublesome. Download the following two tools
1, the Net.sf.jadclipse_3.3.0.jar copy to the G:\MyEclipse\plugins directory.
(Here is my directory, write your own Eclipse plugin directory)
2. Copy the Jad.exe to the Myclipse installation path
G:\MyEclipse\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\bin
(Here is my directory to write your own eclipse's JRE directory)
3, start MyEclipse, Window->preferences->java->jadclipse
4. The first value is the location of the jad. The second value is the location of the temporary store, which can be defaulted:
For a class that has source code, it does not forcibly decompile
Jd-gui is also a good choice if you want to see the source code in the jar without using Eclipse.
MyEclipse Add source Anti-compilation tool plug-in