June 2017
Intermediate to advanced
304 pages
7h 12m
English
The first step is to compile the remote interface components and build a JAR file using it. Note that we have provided the commands for both Microsoft Windows and Solaris or Linux in the following sections:
cd C:DistributedComputingWorkspacesrc javac C:DistributedComputingWorkspacesrc*.java jar cvf calculate.jar C:DistributedComputingWorkspaceclasses*.class
cd /home/distributedcomputing/workspace/src javac /home/distributedcomputing/workspace/src/*.java jar cvf calculate.jar /home/distributedcomputing/workspace/classes/*.class
Read now
Unlock full access