The type org.eclipse.emf.ecore.EModelElement cannot be resolved. [message #663477] |
Tue, 05 April 2011 05:16  |
Eclipse User |
|
|
|
i'm working with Eclipse Modeling Tools Version: Helios Service Release 2 Build id: 20110218-0911 and i try to implement the examples shown in "Getting Started with UML2". but using this code
protected static Model createModel(String name) {
Model model = UMLFactory.eINSTANCE.createModel();
model.setName(name);
out("Model '" + model.getQualifiedName() + "' created.");
return model;
}
in the line with model.setName(name) i got an error saying "The type org.eclipse.emf.ecore.EModelElement cannot be resolved. It is indirectly referenced from required .class files".
i couldn't find any jar to get rid of this error. any suggestions?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03813 seconds