[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: Eclipse StartUp Sequence
|
Which aspect are you interested in?
When you double click on the eclipse.exe, a org.eclipse.equinox.launcher
jar is being discovered from the plugsins folder and is being executed (aka
org.eclipse.equinox.launcher.Main). This Main discover org.eclipse.equinox
loads it and starts it. After that osgi is given control. When osgi starts
it first restores the content from the previous run from caches,
reconciliates the lists of bundles contained on the osgi.bundles property,
and then raise the start level. This causes the bundles to be started again.
HTH
PaScaL
"Matthias Betz" <matthias.betz@xxxxxxxxxxxxx> wrote in message
news:f2itfa$l0k$1@xxxxxxxxxxxxxxxxxxxx
> Hello together,
>
> I'm currently working at the possibilities of the underlying OSGi-Features
> and the install- and configuration-areas of the Eclispe-RCP in order to
> work with the dynamic aspects of the RCP PlugIn-Management.
>
> Is there a graphical or textual documentation of the startup-sequence of
> the RCP existing in the Web? I tried Google but didn't got a result :-(
>
> Do you guys know something about it?
>
> Thanks in forward,
>
> Matthias