VM arguments: -Djava.security.policy=path/to/policy -Djava.rmi.server.codebase=http://localhost/pd/ -Djava.rmi.server.useCodebaseOnly=false
http server by wamp with alias or symlinks to project output class directory.
policy grant { permission java.security.AllPermission;
};
rmiregistry launched if needed in project output class directory or with -J-Djava.rmi.server.codebase=http://localhost/pd/
Description
Languages
Java
100%