Hi All
My bundles are not able to find the packages related to javax.*
But if i print values for key FRAMEWORK_SYSTEMPACKAGES, it prints all the
javax packages. But bundles not able to find the classes/packages unless in
manifest file we explicitly import the packages.
As i remember earlier (I donot know why,How) this was working without
explicitly adding import statement.
Is there any other simple way to tell framework to find the system packages?
For example to use string class we dont explicitly import the packages.
Nasir