Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 548 Bytes

AMIDST Example project

First, download the example project code:

$ git clone https://github.com/amidst/example-project.git

Enter in the downloaded folder:

$ cd example-project/

A code example illustrating the use of the toolbox is provided in the file ./src/main/java/BasicExample.java.

Compile and build the package:

$ mvn clean package

Finally, run the code example previously mentioned:

$ java -cp target/example-project-full.jar BasicExample

Requirements: git, maven, Java8