View Single Post
  #1 (permalink)  
Old 02-24-2003
dipakyadav dipakyadav is offline
Registered User
 
 
Join Date: Feb 2003
Posts: 6
Documentation:Writing a ice application with Java

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.
Reply With Quote