I am creating a bundle for felix that uses com.sun.crypto.providers.SunJCE I thought that com.sun.* was exposed to the container via the JVM, however Im getting class not found exceptions when I execute my bundle.
What the best way for allowing com.sun.* packages to resolve in an OSGi Bundle under felix? (My Import-Package is *, but when i look at my bundles under felix is complains it can find com.sun.crypto. Im ultimately trying to get a cryptography provider so i can securely hash values. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

