
Compiling the examples
======================

Compiling the examples simply requires a java compiler (javac).
For example, to compile TestClient.java:

 javac TestClient.java

Then, simply execute the generated .class file with the java command, example:

 java TestClient

