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

Difference between revisions of "OTEquinox/Howto Run OTEquinox Bundles"

(New page: 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 ** defaul...)
 
 
Line 11: Line 11:
 
** define a separate "main"-bundle which starts the application
 
** define a separate "main"-bundle which starts the application
  
[[Category:OTEquinox]]
+
[[Category:OTEquinox|Howto Run OTEquinox Bundles]]

Latest revision as of 10:35, 27 February 2010

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.