As a programmer, the most common thing to do is to write code and look at someone else's written source code, sometimes open someone else to write a class file found that is not what they want, so to introduce a kind of eclipse in the anti-compiled class file tool.
First Step: Download tool
URL Address: http://download.csdn.net/detail/u010608551/9489420
Step two: Unzip the downloaded zip file and copy the Net.sf.jadclipse_3.3.0.jar to the Plugins folder in the Eclipse installation directory
The third step: Click the window--in the Eclipse toolbar Preferences, select Jadclipse under Java, if this option is not available at this time, it may be when you copy the Jar Eclipse is open, then restart Eclipse. , and finally copy the local path of the Jad.exe file inside the extracted zip into path to Decompiler, the following directory for temporary files can be used without a tube.
Fourth Step: Select Class file association, open window--"Preferences directory, select general--" Editors the following file associations, find *.class and *.class in the list on the right Without source, set the default of both associated editors to the jadclipse Class File Viewer.
Fifth step: Click OK, restart Eclipse, and then try clicking on the packaged Jar pack to try it out! (such as opening string to see the effect)
All right, here's the eclipse. Installing the Anti-compilation tool even if it is finished, actually myeclipse is the same step, let us introduce a good tool, you can open the jar directly and view the class file:
http://download.csdn.net/detail/u010608551/9489423, the tool is an executable file, open the jar package or class file directly with the tool, open the net.sf.jadclipse_ Effect of 3.3.0.jar :
Eclipse Installs the Anti-compilation tool