I am following this tutorial to have a NatTable in my e4 RCP applicaton product. My app is feature based not plug in based as shown in Tutorial. I followed and installed these features. When I try to launch the product, I encounter following error
Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.nattable.core; bundle-version="1.3.0"
Can anybody share any sample about how to use nebula features successfully?
As explained in the tutorial you posted, NatTable Core has dependencies to the following plug-ins:
In most cases org.apache.commons.logging is missing in the product configuration and needs to be added in another feature.