Spec-Zone .ru
спецификации, руководства, описания, API
Trail: Deployment
Lesson: Deployment In-Depth
Section: Deployment Best Practices
Signing JAR Files Only When Necessary
Home Page > Deployment > Deployment In-Depth

Signing JAR Files Only When Necessary

Signed rich Internet applications (RIAs) display security warnings when the user tries to launch and use the RIA. When users are trying to access a simple RIA, security dialog boxes might unnerve them and turn them away from the application. Hence, sign your RIA only if you need to (for example, when accessing native libraries).

Recent enhancements to the RIA technology eliminate the need to sign your RIA in the following cases:

See the following topics for more security related information about RIAs.


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

Previous page: Avoiding Unnecessary Update Checks
Next page: Ensuring the Presence of the JRE Software