Add ONAP truststore and comment example client
[aaf/sms.git] / sms-client / java / src / main / example / README.md
1 ### Running the Sample Application
2 Make sure you run in the example folder as it looks for the truststore here
3
4 ```
5 $ javac -cp ".:<PATH TO SMSCLIENT JAR FILE>" SmsClientExample.java
6 $ java -cp ".:<PATH TO SMSCLIENT JAR FILE>" SmsClientExample
7 ```