Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
3a02960eb6ac40b4c3c6e452983c8cb7398c6f21
1
2
3
4
5
6
7
8
9
grant {
permission java.security.AllPermission;
};
// If there problems with permissions:
// permission java.security.AllPermission;
//permission java.net.SocketPermission "localhost:1099", "connect,resolve";
//permission java.net.SocketPermission "*", "accept,resolve";
//permission java.io.FilePermission "casas.db4o", "delete,read,write";
//permission java.util.PropertyPermission "*", "read";

Commits for RRRRHHHH_Code/ruralHouses/java.policy

Diff revisions: vs.
Revision Author Commited Message
06a849 ... pinene picture pinene Sat 07 Mar, 2015 13:48:38 +0000

unification with the actual initial project. Some things are new now, but there has been a feature that has been deleted.\n The feature of opening and closing the database per each query/store has been deleted by now