-
-
Notifications
You must be signed in to change notification settings - Fork 33
IDE Setup
Stefan Kapferer edited this page Nov 7, 2018
·
13 revisions
Since this is an Xtext project you need an Eclipse IDE to work on it. Download the Eclipse IDE for Java and DSL Developers from here. The latest version of eclipse we worked with is 2018-09.
Before importing the project you need to install the Tycho Configurator m2e connector. This can be done by following these steps:
- Start your Eclipse
- Open the maven preferences page: Window -> Preferences -> Maven
- Under Discovery press the button Open Catalog and search for Tycho. You should find the Tycho Configurator:
- Select the Configurator and press Finish.
- An eclipse installation wizard will appear. Go through the wizard to finish the installation and restart eclipse.