|
|
|
# JARs
|
|
|
|
|
|
|
|
Install the following JARs locally to compile this example
|
|
|
|
|
|
|
|
- [json-smart](jars/json-smart-1.2.jar)
|
|
|
|
|
|
|
|
# Compiling and Running
|
|
|
|
|
|
|
|
javac -cp json-smart-1.2.jar RestClient.java
|
|
|
|
java -cp .:json-smart1.2.jar RestClient
|
|
|
|
|
|
|
|
# Example Client (RestClient.java)
|
|
|
|
|
|
|
|
```java
|
| ... | ... | |