Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] how to solve dependency problem?

Hi Devs, 

I studied ProvisioningHelper in the console bundle, then I try to write my own P2 application to install some bundles, When the MANIFEST.MF file of bundle contain Import-Package statement,  the bundle will be install failed.  But I delete the Import-Package statement, the bundle will be install successfully.

so how to solve this problem?

Thanks for any help :)

Back to the top