天天看點

導入eclipse源代碼工程

有時候你需要了解eclipse是如何工作的,這就要導入eclipse的源代碼工程進行debug, follow below steps to import eclipse source code:

Open Eclipse

Open menu 'Help' -> 'Install new software'

Select 'The Eclipse Project Updates'

Select 'Eclipse SDK' and install/restart

Open menu 'Window' -> 'Show View' -> 'Plug-ins'

You will find a list of all the plug-ins. Right-click on one, select 'Import as source project' and the source files will appear in a new project.

Note this works on Helios, it may be slightly different on other versions

導入eclipse源代碼工程