I had a similar problem running node-local RMI apps.  I was able to get past
the security problems by adding the following file to my home directory:

$ cat .java.policy 
grant codebase "file://-" {
        permission java.security.AllPermission;
};

I don't know if that's your problem or not.

Mark



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to