| [pde-ui-dev] Including "Bundle-RequiredExecutionEnvironment: J2SE-1.5" in Manifest Causes PDE Build Issue |
Hello Everyone,
We came across an issue with the PDE build and want to see if it's a bug or if anyone has else has encountered it. The issue is as follows. When we update the manifest file to include the line "Bundle-RequiredExecutionEnvironment: J2SE-1.5", the PDE build fails with some compile errors. The compile errors include missing packages such as javax.crypto, javax.net, and javax.net.ssl. This only occurs in a PDE Build, it works in the Eclipse IDE. Any help is greatly appreciated. Thank you. |