summaryrefslogtreecommitdiffstats
path: root/sms-client/java/src/main/example/README.md
blob: e96cefcb2b03005d827c088b8348a8b5a9841a5c (plain)
1
2
3
4
5
6
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
```