How am I supposed to be able to use the javax.crypto inside of my Bndtools project?
I'm trying to compile my project but it seems that Bnd is not able to find the javax.crypto library.
I'm using Eclipse Juno with Bndtools 2.2 and JDK 7
How am I supposed to be able to use the javax.crypto inside of my Bndtools project?
I'm trying to compile my project but it seems that Bnd is not able to find the javax.crypto library.
I'm using Eclipse Juno with Bndtools 2.2 and JDK 7
You need to ensure that the javax.crypto
package is imported into your bundle definition. By default, only java.*
packages are available go OSGi bundles/projects.