EMA java maven project setup

I would like to create java maven project and register all required EMA libs in local maven repo. Does anyone could share such setup? pom.xml? thanks.

Best Answer

  • Hi @adampo

    I have not used maven before.

    But to compile the EMA Java example code successfully, you have to includes jar files from the following locations:

    1. \Eta\Libs\ , make sure to check subfolders for jar files.

    2. \Ema\Libs\ , make sure to check subfolders for jar files.

Answers