1grant {
2    // permission statement is missing trailing semi-colon
3    permission "java.util.PropertyPermission" "java.home", "read"
4};
5