Eclipse installation Jadclipse plugin to view class files directly
When we develop the project in Eclipse, we introduce many jar packages, sometimes we want to look at the code of the class in the jar package, find the source source code package that need to introduce the jar package to view, then teach you a way to view the class content method without source package directly.
1. Download Jadclipse Plugin
Jadclipse plugin for Eclipse plugin, can be downloaded at address: jadclipse
2. Download the Jad Anti-compilation tool
The Jad Anti-compilation tool can be downloaded at address: jad
3. Put the jadclipse into the Eclipse plugin directory
I downloaded the version for Net.sf.jadclipse_3.3.0.jar, and then put the jar in the D:\software\eclipse-jee-kepler-R-win32\eclipse\plugins directory.
4. Place the Jad tool in the%java_home%/bin directory
Extract the Jad tarball downloaded in the second step and put the Jad.exe into the%java_home%/bin directory (in fact, the storage path does not matter, the address can be named in Eclipse)
5. Set up eclipse
After setting up the steps above, reopen Eclipse and open: Window->preferences->java->jadclipse, make the following settings:
6. Set class file default open mode
Set the default open mode for both items to: Jadclipse Class fileviewer (default)
Finally, you can try to view a class file for a source-free package, and then discover that you can view the class content directly.
View the class content from now on, no longer have to worry about the source source code package.
Eclipse installation Jadclipse plugin to view class files directly