// Temporary add, when you want the bridge2 to // both save and load on your PC, to the // top of the .java.policy file, or create // it by these lines exactly, in the // \Documents and Settings\LOGIN-NAME // (or socalled USER PROFILE area in Linux) // as carefully explained on // cover page yoga6d.org and very carefully // notice the advantages / disadvantages of // this approach compared to cloud-like networks. // Note that some of the features of bridge2 // -- notably involving access of other network // pages such as for currency work and the jpgbrowser -- // require the other approach, the java-dot-policy.txt // approach, rather than this, which is the // dot-java-dot-policy.txt (dot first) approach. // The differences between the two are explained // somewhat on the yoga6d.org front page. grant codeBase "http://www.yoga4d.org/bridge2.jar" { permission java.io.FilePermission "/luck3/TEST1.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST2.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST3.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST4.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST5.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST6.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST7.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST8.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST9.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST10.GJP", "read,write"; }; grant codeBase "http://www.yoga6d.org/bridge2.jar" { permission java.io.FilePermission "/luck3/TEST1.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST2.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST3.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST4.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST5.TXT", "read,write"; permission java.io.FilePermission "/luck3/TEST6.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST7.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST8.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST9.GJP", "read,write"; permission java.io.FilePermission "/luck3/TEST10.GJP", "read,write"; };