I installed Bndtools in Eclipse and tried out their quick tutorial: http://bndtools.org/tutorial.html
But as soon as I want to start a very simple component via the "Run OSGi" button, I receive a Launch Error prompt:
Status ERROR: bndtools.core code=0 At least one of the required parameters could not be detected; specify an override. Detected: osgi.native;osgi.native.osname:List<String>="null";osgi.native.osversion:Version=null;osgi.native.processor:List<String>="x86-64,amd64,em64t,x86_64", for cmd: native_capability, arguments; [native_capability] null
Status WARNING: bndtools.core code=0 No translation found for macro: native_capability, in org.example.impls null
The Apache Felix Gogo Shell starts at some configuration with the OSGi Framework Run setting, but the errors persist. I tried it with Eclipse Kepler and Lunar, as well as JDK 7 and 8.
I have no idea what to make of the error and warning. Something seems to be missing somewhere. Does anyone know how to solve this issue? Thanks in advance!