Community
Participate
Working Groups
Request you to provide the following string (currently in JreResolutionGenerator) as an API private static final String JRE_CONTAINR_MARKER = "org.eclipse.jdt.launching.jreContainerMarker"; //$NON-NLS-1$ We need it in JDT UI to mark build path errors in JDT views (see bug 310551 comment 7).
Created attachment 173044 [details] patch Adds API to org.eclipse.jdt.launching.JavaRuntime. Updates jdt.debug.ui to use the new API. Bundle versions also updated.
Fixed in HEAD.
Verified.