summaryrefslogtreecommitdiffstats
path: root/sms-client/java/src/main/example/README.md
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-05-24 15:50:33 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-05-24 15:50:37 -0700
commit7ff4d4001de8cddee013350e18fb74cd31051b81 (patch)
tree4d53a345e6b5fd3703e14720e13a557930c95e64 /sms-client/java/src/main/example/README.md
parentd977f32143aeef8600280c95ec09f59edf2891c3 (diff)
Add ONAP truststore and comment example client
Add ONAP truststore with certificate only in jks format Add comments to the client example illustrating various use cases Support error message read from returned error body Issue-ID: AAF-92 Change-Id: I9709005c13d739883621eed09ce34fcb4715f1fd Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-client/java/src/main/example/README.md')
-rw-r--r--sms-client/java/src/main/example/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/sms-client/java/src/main/example/README.md b/sms-client/java/src/main/example/README.md
new file mode 100644
index 0000000..e96cefc
--- /dev/null
+++ b/sms-client/java/src/main/example/README.md
@@ -0,0 +1,7 @@
+### Running the Sample Application
+Make sure you run in the example folder as it looks for the truststore here
+
+```
+$ javac -cp ".:<PATH TO SMSCLIENT JAR FILE>" SmsClientExample.java
+$ java -cp ".:<PATH TO SMSCLIENT JAR FILE>" SmsClientExample
+```