This is an excerpt from the documentation page 48
Quote:
Compiling the client looks much the same as for the server:
$ javac -d classes -classpath classes:$ICEJ_HOME/lib -source 1.4 \
Client.java PrinterI.java generated/*.java
|
Somehow this gives the wrong impression that a client needs to be aware of the Server implementation. PrinterI.java should be removed.
I guess the same is true for the C++ client example.