Cannot find the class file for org.eclipse.sirius.ui.business.api.dialect.DialectEditor [message #1744276] |
Fri, 23 September 2016 16:12  |
Eclipse User |
|
|
|
Hi,
I am developing a plugin (for Capella) which requires org.eclipse.sirius.diagram.ui_3.1.2.201511030845.jar.
I am trying to get this code run:
import org.eclipse.sirius.diagram.ui.tools.api.editor.*;
...
DDiagramEditor editor = ((DDiagramEditor) partRef.getPart(true));
editor.getSession().getTransactionalEditingDomain().addResourceSetListener(new CapellaEditorListener());
ResourceSet resourceSet = getLastActiveEditorResourceSet(editor);
...
I experienced with the error: "The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.sirius.ui.business.api.dialect.DialectEditor."
I checked to ensure that JRE 1.7u80 and the package "org.eclipse.sirius.diagram.ui_3.1.2.201511030845.jar" are correctly installed.
Does anybody experienced the same problem? Can you give me a pointer how to fix this?
Thank you!
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04506 seconds