You compile the server program shown in Segment 1026 with the
Java compiler, javac
, as explained in
Segment 51:
javac RatingServer.java
In addition, once you have compiled the server program, you must perform a
second compilation step, using rmic
,
the remote method
invocation compiler.
rmic RatingServer