| ... | @@ -6,8 +6,10 @@ Install the following JARs locally to compile this example |
... | @@ -6,8 +6,10 @@ Install the following JARs locally to compile this example |
|
|
|
|
|
|
|
# Compiling and Running
|
|
# Compiling and Running
|
|
|
|
|
|
|
|
|
```bash
|
|
|
javac -cp json-smart-1.2.jar RestClient.java
|
|
javac -cp json-smart-1.2.jar RestClient.java
|
|
|
java -cp .:json-smart1.2.jar RestClient
|
|
java -cp .:json-smart1.2.jar RestClient
|
|
|
|
```
|
|
|
|
|
|
|
|
# Example Client (RestClient.java)
|
|
# Example Client (RestClient.java)
|
|
|
|
|
|
| ... | | ... | |