aboutsummaryrefslogtreecommitdiffstats
path: root/rmiserver.sh
blob: a3a9b419095434d95b4de6740b4d07f246f05b62 (plain)
1
2
3
4
5
#!/bin/bash

export SECPOLICY="file:./policy"
mkdir -p test_output
java -cp . -Djava.security.policy=$SECPOLICY rmi.RMIServer | tee test_output/server_out.txt