I’m beginning to develop a GUI based plugin and doing my homework by doing plugin guides ect. But I’m noticing different guides out there for Eclipse plugins and Eclipse RCP plugins. However I can’t get a straight forward difference between the two so am wondering which route I should be going down and should I be using standard Eclipse or be using Eclipse for RCP development?
Share
If you want to extend the Eclipse IDE, as in this tutorial, a simple classic Eclipse is enough to develop “Eclipse plugins“.
But if you want to do an independent application, based on the Eclipse platform, then it is an RCP (“Rich Client Platform”), and you can follow this tutorial.
You would need then an “Eclipse for RCP and RAP Developers” (from the download page).