[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [equinox-dev] How to use Extension bundles in equinox
|
Thanks Tom.
I got it.
On Tue, 28 Nov 2006 09:26:22 -0600
Thomas Watson <tjwatson@xxxxxxxxxx> wrote:
Thomas> Yes the framework will relaunch, but you must launch with the eclipse.exe.
Thomas> If a framework extension is refreshed then the Framework will exit with
Thomas> an exit code indicating to eclipse.exe that the framework should be
Thomas> relaunched in a new VM instance.
Thomas>
Thomas> Note that updating/uninstalling framework extension bundles do not
Thomas> automatically cause the framework to relaunch. The framework will only
Thomas> relaunch if PackageAdmin.refreshPackages is called and it causes a
Thomas> framework extension to be refreshed.
=======
Ikuo YAMASAKI