Hi,
I'm trying to use Eclipse Kura bundles from within Bndtools. To do so, I:
2. added them to a local repository in Bndtools (at this point, I can add them to a build path in bnd.bnd)
3. created a run descriptor
4. added 'org.eclipse.kura.core.crypto' to the Run Requirements
5. pressed Resolve, and *kapoof* it tells me that javax.crypto cannot be resolved.
This seems logical, as javax.crypto is imported, but there is no package that exports it. It should somehow exist in the VM jar files.
Googling the problems turns up an unanswered StackOverflow question:
and a non-OSGi solution:
Any suggestions?
Regards,
Frank Kusters