From d4d9ec6f1f2f3bf7b7f154270da33e5786f74020 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 22 Jan 2025 19:41:57 +0000 Subject: [PATCH] [CT414]: Replace filepaths in rmicompute code --- .../materials/code/02-rmicompute/compute.jar | Bin 936 -> 0 bytes .../materials/code/02-rmicompute/start-client.sh | 2 +- .../code/02-rmicompute/start-registry.sh | 2 +- .../materials/code/02-rmicompute/start-server.sh | 3 ++- 4 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 year4/semester2/CT414/materials/code/02-rmicompute/compute.jar 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 22a4a7218f0da718b16c9eadabfec35950d9ce66..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 936 zcmWIWW@h1HVBlb2IG&~-#ef7j8CV#6T|*poJ^kGD|D9rB2mmS-Vc_84z)&gz)CO1T z>*(j{<{BKL=j-;__snS@Z(Y5MyxzK6=gyqp9At3C_`%a6JuhD!Pv48BtF{CgFm=6< z)XMlFuB!HYiI&B4anUE@s?!)mvp*GmEMf%O$yUxKoVEQczLtJ@sFW!dqB%oV<@dR5ZRd(=NYJY2n_f?l0e@ZYiAhdTp57 zf-{Tx%{ZCUmma>6(X`e->f|Z= zt~lT{b+^)H(<_pZ83uWF0k8Q$p&`8d-p$iMzZx^*3k@Np&<({yQ4$lnP^9_5s=iMg>gt~s*F8B5kMQrglk1gu^`J~CV)~Ha%h86 s7y_&ZGO?yNbR&@c28tF0*b9t8m=TCb3h-uS1F2yFLI$9UNlYLf0DzPqk^lez 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 +