The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: Security in Java 2 SDK 1.2
Lesson: Quick Tour of Controlling Applications

Set up the Policy File to Grant the Required Permissions

You will now use the Policy Tool to open the policy file named mypolicy created in the Quick Tour of Controlling Applets(in the Security in Java 2 SDK 1.2 trail) 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.

  1. Open the Policy File

  2. Grant the Required Permissions

  3. Save the Policy File


Note for UNIX Users:  The instructions illustrate creating the policy file for a Windows system. The steps are exactly the same if you are working on a UNIX system, with the following differences.

Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form