ECLIPSE E4 dependencies issue

111 Views Asked by At

Basically I have imported an external plugin to my E4 application, now when I try to run it using the command in the product tab "Launch an eclipse application" it fails because of Missing Constraints.

Instead, if I go thru "Run Configuration" -> "Plugins" -> "Add Required Plugin" -> "RUN" It works like a charm.

I also tried to import, as dependencies of my MANIFEST file, the missing libraries but I always get the same problem.

Example of missing constraint:

    org.osgi.framework.BundleException: Could not resolve module: com.telespazio.optsat.wizard.xygraph [961]
  Unresolved requirement: Require-Bundle: org.eclipse.nebula.visualization.xygraph
    -> Bundle-SymbolicName: org.eclipse.nebula.visualization.xygraph; bundle-version="1.0.0.201506151822"
       org.eclipse.nebula.visualization.xygraph [994]
         Unresolved requirement: Require-Bundle: org.eclipse.draw2d
0

There are 0 best solutions below