The felix.systembundle.activators configuration property is specific to the Felix framework implementation. If you want your launcher code to work with other framework implementations, you should call init() on the framework instance and use getBundleContext() directly. Otherwise, the approach would be very similar.