Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5.1, 2.6
-
Fix Version/s: None
-
Labels:None
-
Environment:linux (ubuntu 8.04), Sun JDK 1.6, maven 2.0.8
-
Number of attachments :
Description
I try to add J2MELIB container library but the plugin force the add of org.eclipse.jdt.launching.JRE_CONTAINER that I do not want (I develop mobile application so I do not use JRE).
It would be nice, when using alternate JRE like J2MELIB, to de activate the default add of 'org.eclipse.jdt.launching.JRE_CONTAINER'
I think it not a hard work, I can produce a patch if needed, for inspiration, just tell me
best regards
It doesn't work if you add a classpathContainers Entry in the plugin config ?
You can have a look at the EclipsePlugin.verifyClasspathContainerListIsComplete() method which adds the default JRE_CONTAINER if there is no other container added.