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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -