Chapter 26. IDE Integration

  1. Home
  2. Docs
  3. Chapter 26. IDE Integration
  4. 1. Eclipse Integration
  5. How to create a UML project in Eclipse

How to create a UML project in Eclipse

Download PDF

You can create UML project for any of your Java project in Eclipse. Note that one Java project can associate with at most one UML project and you cannot create UML project without associating it with any Java project. Once you have created a UML project for a Java project, you cannot remove it or de-associate it.

Creating a New UML Project

  1. In Eclipse, select the Java project where you want to create a UML project for it.
  2. Right click on the project and select Open Visual Paradigm from the popup menu.
    Open Visual Paradigm from Java project
  3. Select from the Project Structure window the location of the Visual Paradigm project is to be saved. The Visual Paradigm project with .vpp extension is the UML project file that is going to be associated with the selected Eclipse project file. Select Create in default path will save the UML project to %Eclipse_Project_Directory%/vpproject while selecting Create at external location require you to specify the project path you desire. If you want to create in default path for all projects, check Create in default path and Remember my decision.
    Create a new UML project
  4. Click OK.

Creating a UML Project by Importing an Existing .vpp Project File

  1. In Eclipse, select the Java project where you want to create a UML project for it.
  2. Right click on the project and select Visual Paradigm Project > Import Visual Paradigm Project… from the popup menu.
    Import Visual Paradigm project
  3. Specify the path of source .vpp project as well as the location of the imported project file is to be saved. Select Create in default path will save the UML project to %Eclipse_Project_Directory%/vpproject while selecting Create at external location require you to specify the project path you desire. If you want to create in default path for all projects, check Create in default path and Remember my decision.
    Import an existing .vpp project file
  4. Click OK.