grant all classes loaded from h1.com ability to read \temp\myfile
grant codeBase "http://127.0.0.1/-" { permission java.io.FilePermission "c:\\temp\\myfile", "read"; };