building
Pre requisite
- Oracle JDK8.
- Maven 3.
Downloading
You can download the sources as zip , tar.gz or you can clone the git repository.
mvn install
will build the project.
Building the examples
from the example sub dir type mvn install
Alternativly you can get (or build) a Docker image with the dev env:
- sudo docker pull barakb/asyncrmi
- sudo docker run -i -t --name=asyncrmi barakb/asyncrmi /bin/bash
- git pull --rebase
- mvn install
back to index