Issue
I assumed "Eclipse SDK" was installed by default with Eclipse, I am using eclipse JEE. But when I go try to intall via the update site, I have to option to install it, meaning it is not installed already. Can someone please help me to figure this out ?
Solution
Eclipse SDK is the plug-ins for the core of Eclipse and includes the source code plug-ins. You probably already have the normal plug-ins but not the source code.
With the source code plug-ins installed it is easy to read the Eclipse source. Open the Preferences and go to 'Plug-in Development' Checking the 'Include all plug-ins from target in Java search' will make the source code available in dialogs such as 'Navigate > Open Type'.
In newer releases of Eclipse the option is called 'Include all plug-ins from target in Java workspace scope'.
Answered By - greg-449
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.