该
/configuration/config.ini文件应包含
org.eclipse.core.runtime@start在逗号分隔的
osgi.bundles属性中。这是默认
osgi.bundles属性,可能是在某些升级过程中(偶然)更改了:
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
您可以根据需要通过将其设置为VM参数来覆盖它
/eclipse.ini:
-Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start



