/ws18-jade-tutorials-AhmedFaisal95

ws18-jade-tutorials-AhmedFaisal95 created by GitHub Classroom

Primary LanguageJava

Build Status

Jade Tutorials

Make sure to keep this README updated, particularly on how to run your project from the command line.

Update: In order to run this project from the command line, simply use the gradle run command. The book trading application simulation will run and terminate when it is over.

Dependencies

  • JADE v.4.5.0
  • Java 8
  • Gradle

How to run

Just install gradle and run:

gradle run

It will automatically get the dependencies and start JADE with the configured agents. In case you want to clean you workspace run

gradle clean

Eclipse

To use this project with eclipse run

gradle eclipse

This command will create the necessary eclipse files. Afterwards you can import the project folder.