Hi.
I'm createing RCP-Application with Eclipse 3.5.
I want to update application without update-manager in Eclipse.
For example, when click a button or menu in the application.
P2, the update mechanism in Eclipse has an API. You can perform updates like
this by calling that API. There is also an headless application (a call to
Eclipse that does not show a UI) that can be used to install or update
features.
Please search google for "p2 headless"
Regards,
Wim
> Hi.
> I'm createing RCP-Application with Eclipse 3.5.
> I want to update application without update-manager in Eclipse.
> For example, when click a button or menu in the application.
>
> How can I do that?
> please teach me.
>
> thanks.