I’m trying to learn eclipse RCP and am following a tutorial to try and learn the basics but for some reason my application won’t start!
I’ve read the error log but I can’t make heads or tails of it. Can anyone point me in the right direction? These are the errors I’m getting:

After a bit of research I found it was down to some missing plug-ins and I found a quick fix to fill in the missing plug-ins.
Right click on your product configuration file -> Run as -> Run Configurations…
In this menu go to the Plug-ins tab and check the check box “Validate plug-ins automatically prior to launch” and hit the button “Add Required Plug-ins”.
This added all the required plug-ins that I was missing 🙂