All,
I have created a bundle in crxde lite and I have a dependency of a 3rd Party (External)jar and I have followed the below steps
1. Convert the 3rd party jar to bundle and install in felix console. Its installed and active.
2. import the class which is used in my bundle slingServlet
3. I have also mentioned that package in 'Import-Package' in the .bnd file
When I start my OSGi bundle, it successfully gets installed but gives a runtime exception saying that 3rd party package is not existing.
What needs to be changed/checked here ?