|
Re: Unresolved Requirements [message #1859761 is a reply to message #1859094] |
Mon, 26 June 2023 03:36  |
Eclipse User |
|
|
|
The error seems to indicate that the 'org.eclipse.gmf.runtime.diagram.ui.render' bundle is exposed to the 'org.w3c.dom.events' package from two different sources, causing a uses constraint violation.
One way to potentially resolve this issue is to try to isolate your environment so that there's only one version of each package. You can try uninstalling one of the versions of 'org.apache.batik' to see if that resolves the conflict.
Also, check your target platform and make sure it contains the correct and consistent set of plugins. This is often a reason for such issues.
If the issue persists, you may need to manually resolve the dependencies, which can be time-consuming and complex, but usually works.
|
|
|
Powered by
FUDForum. Page generated in 0.03071 seconds