Spec-Zone .ru
спецификации, руководства, описания, API
Trail: Security Features in Java SE
Lesson: Signing Code and Granting It Permissions
Section: Steps for the Code Receiver
Subsection: Set Up a Policy File to Grant the Required Permission
Save the Policy File
Home Page > Security Features in Java SE > Signing Code and Granting It Permissions

Save the Policy File

To save the new policy file you've been creating, choose the Save As command from the File menu. This brings up the Save As dialog box.

Navigate the directory structure to get to the directory in which to save the policy file: the Test directory on the C: drive. Type the file name

exampleraypolicy

Then choose the Save button. The policy file is now saved, and its name and path are shown in the text box labeled Policy File.

Then exit Policy Tool by selecting the Exit command from the File menu.


Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page: Add a Policy Entry with a SignedBy Alias
Next page: See the Policy File Effects