Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OTEquinox/Howto Run OTEquinox Bundles

Revision as of 10:35, 27 February 2010 by Stephan.cs.tu-berlin.de (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.