How to install and Execute Dedale ?

Dedale is developped in Java and packaged for Eclipse

Install Java and Eclipse

  1. JDK 14 or more recent
  2. Eclipse IDE for Java developpers

Download the project

Using Eclipse:

  1. File>Import>Git>Projects from Git> Clone URI
  2. Paste in the URI field : https://gitlab.com/dedale/dedale-etu.git
  3. Next>Next (select the master branch)>Next>Next>Finish
  4. Eclipse automatically build the project, wait for it to finish (bottom right).

The alternative is for you to download it manually then to import the project in the IDE :

Launch the program within Eclipse:

  1. Right-Click on your project and select Maven/Maven install (It will download all the dependencies/javadocs/)
  2. Select the Principal.java file, Right-Click and select run as../Java application.

Enjoy :)

Here will appear 2 Youtube videos that will detail the installation steps.