rmi - java RMID example -
i want experiment activatable objects in rmi. there simple example somewhere works? i'm trying use oracle's tutorial java.security.accesscontrolexception: access denied (java.net.socketpermission 127.0.0.1:1098 connect,resolve)
try add first argument java-vm
-djava.security.policy=rmi.security example of rmi.security (could more specific, created policytool)
grant { permission java.security.allpermission; };
Comments
Post a Comment