Spec-Zone .ru
спецификации, руководства, описания, API
Quick Tour of Controlling Applets
Trail: Security Features in Java SE

Lesson: Quick Tour of Controlling Applets

This lesson shows how resource accesses, such as reading or writing a file, are not permitted for unsigned applets unless explicitly allowed by a permission entry in a policy file.

The steps for this lesson are

  1. Observe Applet Restrictions
  2. Set Up a Policy File to Grant the Required Permission
  3. See the Policy File Effects

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

Previous page: Previous Lesson
Next page: Observe Applet Restrictions