MIDP Project Properties: API Permissions

Use to set permission attributes for protected APIs called by the MIDlet Suite. The attributes are listed in the Java Application Descriptor (JAD) file.

Element Description

Use Values from "Default Configuration"

Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked.

API

Displays the API permissions requested by the MIDlet.

Required

Makes the permission is required. At installation, if the required permission can not be granted by the application management software, the application is not installed.

If this option is not checked, the permission is optional. If an optional permission is denied, the application might continue to function, although its functionality can be limited

Add

Enables you to add an API package.

Remove

Removes the selected API.


For more information, see "Security for MIDP Applications" in the MIDP 2.0 (JSR-118) specification, available at: .


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.