diff --git a/year4/semester2/CT414/materials/code/02-rmicompute/compute.jar b/year4/semester2/CT414/materials/code/02-rmicompute/compute.jar deleted file mode 100644 index 22a4a721..00000000 Binary files a/year4/semester2/CT414/materials/code/02-rmicompute/compute.jar and /dev/null differ diff --git a/year4/semester2/CT414/materials/code/02-rmicompute/start-client.sh b/year4/semester2/CT414/materials/code/02-rmicompute/start-client.sh index e98a36f2..8703a448 100755 --- a/year4/semester2/CT414/materials/code/02-rmicompute/start-client.sh +++ b/year4/semester2/CT414/materials/code/02-rmicompute/start-client.sh @@ -1 +1 @@ -java -cp /Users/des/Documents/CT414-Samples/rmicompute/compute.jar:. client.ComputePi 20345 45 +java -cp /home/andrew/edu/year4/semester2/CT414/materials/code/02-rmicompute/compute.jar:. client.ComputePi 20345 4500 diff --git a/year4/semester2/CT414/materials/code/02-rmicompute/start-registry.sh b/year4/semester2/CT414/materials/code/02-rmicompute/start-registry.sh index 8256a154..3d2462a8 100755 --- a/year4/semester2/CT414/materials/code/02-rmicompute/start-registry.sh +++ b/year4/semester2/CT414/materials/code/02-rmicompute/start-registry.sh @@ -1 +1 @@ -rmiregistry -J-Djava.rmi.server.codebase=file:/Users/des/Documents/CT414-Samples/rmicompute/ 20345 +rmiregistry -J-Djava.rmi.server.codebase=file:/home/andrew/currsem/CT414/materials/code/02-rmicompute/ 20345 diff --git a/year4/semester2/CT414/materials/code/02-rmicompute/start-server.sh b/year4/semester2/CT414/materials/code/02-rmicompute/start-server.sh index f5e3c414..ffe7f75d 100755 --- a/year4/semester2/CT414/materials/code/02-rmicompute/start-server.sh +++ b/year4/semester2/CT414/materials/code/02-rmicompute/start-server.sh @@ -1 +1,2 @@ -java -cp /Users/des/Documents/CT414-Samples/rmicompute/compute.jar:. engine.ComputeEngine 20345 +java -cp /home/andrew/currsem/CT414/materials/code/02-rmicompute:. engine.ComputeEngine 20345 +