Skip to main content
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 "Eclipse Application" with these selections on tab "Main":
- select the Application to run
- enable OT/Equinox (under Object Teams Runtime)
Product
- In addition to 1. (Application) provide an extension to
org.eclipse.core.runtime.products
- (setting
application
and name
should suffice)
- launch as "Eclipse Application" with these selections on tab "Main":
- select the Product to run
- enable OT/Equinox (under Object Teams Runtime)
Back to the top