update:
I stumbled on this link: which appears to address my problem. Apparently, if you configure your own start settings, then you must also explicitly setthe following start values for p2 to work properly:
| Bundle | Start Level | Auto-Start |
| org.eclipse.equinox.simpleconfigurator | 1 | true |
| org.eclipse.equinox.common | 2 | true |
| org.eclipse.update.configurator | 4 (default) | true |
| org.eclipse.core.runtime | 4 (default) | true |
| org.eclipse.equinox.ds | 1 | true |
No comments:
Post a Comment