Mega Code Archive

 
Categories / Java / Security
 

Grant all classes loaded from h1 com ability to read tempmyfile

grant codeBase "http://127.0.0.1/-" {         permission java.io.FilePermission "c:\\temp\\myfile", "read";     };