ChaimKut
ChaimKut

Reputation: 2809

Unable to import Eclipse plug-in source code in Indigo

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: Eclipse SDK installed

Screenshot showing that I can Import a plug-in 'As Source Project': Importing Project with source

Screenshot showing the lack of source in the imported Project: Project view lacking source

Screenshot showing the result of attempting to open a particular class file: Lack of source attached

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

Answers (1)

Francis Upton IV
Francis Upton IV

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

Related Questions