Please help.
I've got a AccessException being thrown when i attempt to bind to a rmi registry running on a remote machine. I've given full permissions to both the server and client grant {
permission java.security.AllPermission;
};
but it still throwns the exception. Run the server using
java -Djava.security.policy==policy.file Server
Client is the same command.
Anyone any ideas?
Thanx
StevoIE
I've got a AccessException being thrown when i attempt to bind to a rmi registry running on a remote machine. I've given full permissions to both the server and client grant {
permission java.security.AllPermission;
};
but it still throwns the exception. Run the server using
java -Djava.security.policy==policy.file Server
Client is the same command.
Anyone any ideas?
Thanx
StevoIE