Please help to get started with Eclipse 4 RCP.
Set task is to create simple application with imbedded browser (using SWT Browser widget)
This Lars Vogel's Eclipse 4 RCP tutorial is used. Created application is on GitHub. Now I want to add SWT browser widget.
I added class.
Unsurprisingly, now application doesn't start:
Added class seems quite of different nature. Seems I am missing some points about Eclipse 4 and SWT connection.
I have read the basics about Eclipse RCP before.
Here are docs: http://www.eclipse.org/swt/widgets/ and JavaDoc, but they don't explain.
Where should be my next steps to? What to read?