Issue:spa
When you imported some 3rd jars and compiled MANIFEST.MF, you may got following compling error.ip
"No available bundle exports package"it
Reason:io
There may be some jars are neglected to be imported to MANIFEST.MF.import
Solution:cli
1. Select MANIFEST.MF from Eclipse Project Explorerim
2. Open MANIFEST.MF with "Plug-in Manifest Editor".error
3. Switch to "Runtime" Tabexports
4. Added necessary jars to Classpath.di