Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
OTEquinox/Howto Run OTEquinox Bundles
Running Equinox with OT/Equinox bundles is still sensitive to load order, but with these rules it seems to work:
- Leave all framework bundles/fragments including OT/Equinox at
- default start level (4) and
- default Auto-start (=true)
- Assign all application bundles to
- start level 5
- default Auto-start
- Avoid racing between base/aspect bundles by
- not starting any window/application within bundle activators, but
- define a separate "main"-bundle which starts the application