GetProps
application permission to
read the "user.home"
and "java.home"
property values, you must create a policy entry granting those permissions.
Choose the Add Policy Entry button
in the main Policy Tool window.
This brings up the Policy Entry dialog box,
as shown in the following figure.
Type the following file URL
into the CodeBase text box to indicate that you are going to be granting a
permission to code from the specified directory, which is the directory in which
GetProps.class
is stored.
file:/C:/Test/
Leave the SignedBy text box blank, since you aren't requiring the code to be signed.
To add permission to read the "user.home"
property value,
choose the Add Permission button.
This brings up the Permissions dialog box.
java.util.PropertyPermission
)
now appears in the text box to the right of the drop-down list.
"user.home"
property:
user.home
Choose the OK button. The new permission appears in a line in the policy entry window.
To add permission to read the "java.home"
property value,
choose the Add Permission button again.
In the Permissions dialog box, do the following:
"java.home"
property:
java.home
Choose the OK button. The new permission and the previously added permission appear in lines in the policy entry window, as shown in the following figure.
You are now done specifying this policy entry, so choose the Done button in the Policy Entry dialog. The Policy Tool window now includes a line representing the new policy entry, showing the CodeBase value.