TD3: Add RMI helloworld helper scripts.
[TD_SR.git] / TD3 / start_hello_client.sh
diff --git a/TD3/start_hello_client.sh b/TD3/start_hello_client.sh
new file mode 100755 (executable)
index 0000000..3c6b7d1
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+java -cp . \
+        -Djava.security.policy=/home/fraggle/src/TD_SR-git/TD3/exemples/javarmi/hello/security.policy \
+        -Djava.rmi.server.codebase=file:/home/fraggle/src/TD_SR-git/TD3/ \
+        exemples.javarmi.hello.HelloClient 127.0.0.1 1099