[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] IMPORTs in "Getting Started with UML2" caused errors


I'm implementing the java code from "Getting Started with UML2" to create my uml2 model, but all imports, example


import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.common.util.WrappedException;
..
import org.eclipse.uml2.uml.UMLPackage;
import org.eclipse.uml2.uml.resource.UMLResource;
import org.eclipse.uml2.uml.util.UMLUtil;

caused the error "the import org.eclipse.andsoon cannot be resolved". I've searched for the related jar-files on my system but couldn't find any. I can't believe that downloading and installing the "Eclipse Modeling Project" none of the needed jars are installed. At this point, I need suggestions to get thses imports running and the uml2-project compiled.