Skip to content

MDMI Workbench Installation

Bill-MDIX edited this page Feb 1, 2024 · 18 revisions

Transformation maps are created using the MDMI Workbench which is implemented as an Eclipse plugin. Note that if you already have Eclipse installed, this will create another side by side and not impede either installation.

Java Version

Before installing Eclipse, verify that your version of Java is 11 or later. From the command line type java -version which will return something like this.

java version "17.0.8" 2023-07-18 LTS
Java(TM) SE Runtime Environment (build 17.0.8+9-LTS-211)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.8+9-LTS-211, mixed mode, sharing)

Eclipse Installation

You can find the Eclipse IDE here https://www.eclipse.org/downloads/.

  • Get the Workbench’s setup file and create a local copy for the Eclipse installer. (Download here ↓)

  • Run the installer and click the hamburger menu at the top right of the window.

From that menu, select ADVANCED MODE…


On the next window click the green plus sign.

  • In the ensuing Add User Products popup click the Browse File System button to select the MDMI setup file.

  • Click Next on the next three dialogs taking the default options.

  • Finally, click Finish to initiate the installation process.

When Eclipse starts select a workspace for it, keeping the default if you like.

Eclipse IDE Setup

Git Repository

If the Git Repositories pane is not visible click Window from the main menu and succeedingly select Perspective, Open, Perspective, Other..., then Git

In the Git Repositories pane click the Clone a Git Repository hyperlink. In the URI field of the ensuing dialog enter:
https://github.com/MDMIModels/V2Models

Click Next in the two windows that follow keeping the default settings, then click Finish.

In the Git Repositories pane, expand project tree and select Working Tree at the bottom. Right-click the selection and choose Import Projects from the context menu then click Finish.

Project Explorer

To access the Project Explorer click Window in the main menu then select Perspective, Open, Perspective, Other..., then either Java or MDMI

Then click Window from the main menu. Select Show View then Other. Expand the General choice at the top of the tree list and from there select Project Explorer.

MDMI Editor

To edit an MDMI map, expand the maps branch of the project tree in the Project Explorer. Right-click one of the maps listed, select Open With… and from there select MDMI Model Editor. Open the Properties tab in the accompanying pane to get access to the full range of map attributes.

Maps and Source Code

This wiki article shows how to add this repository to Eclipse Access to Maps and Open Source Code.