Reputation: 2809
Using the instructions found in Cannot import eclipse source code , I am unable to import plug-in source code for Eclipse Indigo. The instructions were written for Helios, but it's hard to believe that this would have changed. Is it possible that Indigo stopped including plug-in source code?
Screenshot showing that I have the Eclipse SDK installed:
Screenshot showing that I can Import a plug-in 'As Source Project':
Screenshot showing the lack of source in the imported Project:
Screenshot showing the result of attempting to open a particular class file:
As a workaround, I'll simply be using the Git repositories in the meantime. Any suggestions how to get this to work the way it was intended? Thanks.
Upvotes: 0
Views: 1079
Reputation: 19443
(Original answer was totally wrong).
Make sure you have downloaded the Eclipse Classic from the download site. This contains the JDT source. Not all Eclipse editions come with the source code.
Upvotes: 1