Set up Eclipse plug-ins to view. Class Source
Generally not through the configuration of the word with Eclipse Open class file display is a bunch of do not understand, in order to facilitate viewing some of the jar package source code can be configured to view the source codes
First you need to download plugins and compile tools
(1) Download Jadclipse plugin:
: https://sourceforge.net/projects/jadclipse/
(2) Download Jad.exe
File Address: Http://files.cnblogs.com/files/yaoxiaoxing/jad.rar
Locate the path under the Eclipse installation path under the Plugins folder, then place the downloaded Jadclipse plugin under the folder and restart Eclipse,
Can be in window= "preferences=" Java under a plug-in, and then as prompted to configure, and then open window= "preferences=" general= "editors=" File associations select *. Class without source file
Set default open mode to Jadclipse
Then open the. class file to see the source code.
Set the. xml File Namespace view
Adding a namespace view will be convenient when configuring the framework
First add plugin to open Eclipse-->help-->eclipse Marketplace
In search find: Enter the Spring tool to find Spring tool Suite (STS) for Eclipse 3.8.3.RELEASE, then click Install
Introduced
Then wait for the plugin to import
Then open window= "preferences=" general= "editors=" File associations select *.xml Settings default for the plugin just added open
Finally open window= "preferences=" spring= "Beans support in namespace cancel the second box, and then open the. xml file will have a namespace interface view.
Eclipse Settings View jar package source code and view XML display namespace