To build and run an Ionic C++ SDK Sample, navigate into the directory of a specific sample task and follow the steps below depending on your platform.
Note: the sample apps expect a Password Persistor located at ~/.ionicsecurity/profiles.pw. The password needs to be provided as an environment variable.
export IONIC_PERSISTOR_PASSWORD=password123Requirements:
- Maven
- Java 8
Build:
mvn clean package
Run:
java -jar target/<app>.jar