examplepolicy
created in the
Quick Tour of Controlling Applets
lesson. You will add a new policy entry
granting permission for code from the
directory where GetProps.class
is stored
to read the "user.home"
and the
"java.home"
property values,
as shown in the following figure.
The steps are as follows.
examplepolicy
file from the test
directory in your
home directory.
file:${user.home}/test/
for
file:/C:/Test/
.
Alternatively you could directly specify your home directory
rather than referring to the "user.home"
property,
as in file:/home/jones/test/
.