This project is built with Maven (https://maven.apache.org/), the relatively old version 3.0.4 is known to work, newer versions might also work. The project uses ZK Enterprise libraries that require an agreement with ZK. The corresponding ZK repo's are NOT public, however the agreement with ZK grants access to them. How to build the project ======================== 1. Use a recent java version, 1.7 and 1.8 versions are known to work 2. Install Maven as described on https://maven.apache.org/ 3. Build the project with 'mvn clean install', this command will download a bunch of libraries into your local repository and build the entire project The build produces the following artefacts: - a zip'ed Flarmradar server in server/target/flarmradar-.zip - a zip'ed Flarmradar client in client/target/flarmradar-client-.zip - the ear file that can be deployed into a running server installation in assembly/target/flarmradar.ear