if (!installBundles.isEmpty()) {
vmParameters.addProperty("felix.auto.install.1", StringUtil.join(installBundles, " "));
}
int startLevel = getFrameworkStartLevel();
vmParameters.addProperty("org.osgi.framework.startlevel.beginning", String.valueOf(startLevel));
int defaultStartLevel = myRunConfiguration.getDefaultStartLevel();
vmParameters.addProperty("felix.startlevel.bundle", String.valueOf(defaultStartLevel));
// framework-specific options