Previous | Next | Trail Map | Security in JDK 1.2  | Quick Tour of Controlling Applets

Set up a Policy File to Grant the Required Permissions

A policy file is an ASCII text file and can be composed via a text editor, or via the graphical Policy Tool utility demonstrated in this section. Using the Policy Tool saves typing and eliminates the need for you to know the required syntax of policy files, thus reducing errors.

You will use the Policy Tool to create a policy file named mypolicy. In it, you will add a policy entry that grants code from the directory where WriteFile.class is stored permission to write the writetest file.

The steps are the following:

  1. Start Policy Tool

  2. Grant the Write Permission

  3. Save the Policy File


Note for Solaris users: The steps illustrate creating the policy file for a Windows system. The steps are exactly the same if you are working on a Solaris system. Where the text says to store the policy file in the C:\Test directory, you can store it in ~/test instead.


Previous | Next | Trail Map | Security in JDK 1.2  | Quick Tour of Controlling Applets