Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Bundle activation and IApplication execution

Context: I have a bundle hosting an RCP application. Inside this bundle, there
is an BundleActivator and an implementation of IApplication 
(or IPlatformRunnable).

Does the eclipse runtime guarantee that BundleActivator.start() will be called
first before my IApplication is executed ? 

Thanks

Gavin



Back to the top