up: OtEquinox

How to run an OT/Equinox application or product

1. Application

  • Implement IApplication
    • implement Object start(IApplicationContext context) - not returning before exit
  • Provide the Application as an extension to org.eclipse.core.runtime.applications
  • launch as Object Teams Eclipse Application and select the Application to run

2. Product

  • In addition to 1. (Application) provide an extension to org.eclipse.core.runtime.products
    (setting application and name should suffice)
  • launch as Object Teams Eclipse Application and select the Product to run