2015-01-17 16:32:43 +01:00
2014-10-21 13:51:19 +02:00

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
No description provided
Readme 161 KiB
Languages
Java 100%