repositories
/
TD_SR.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
TD3: Add code skeleton for the hostel reservations though RMI.
[TD_SR.git]
/
TD3
/
start_hello_server.sh
Commit
Line
Data
ae09e645
JB
1
#!/bin/sh
2
3
java -cp . \
4
-Djava.security.policy=/home/fraggle/src/TD_SR-git/TD3/exemples/javarmi/hello/security.policy \
5
-Djava.rmi.server.codebase=file:/home/fraggle/src/TD_SR-git/TD3/ \
6
exemples.javarmi.hello.HelloServer