| [news.eclipse.technology.equinox] Re: Eclipse StartUp Sequence |
Which aspect are you interested in?Hi Pascal, really interesting stuff. I was not able to find such startup process in Eclipse docs.
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
Do you know which step is longer when it is executed the first time?
Thanks a lot,
Chemi.