文档介绍:×÷Õߣºdiego lynn
ÈÕÆÚ£º2001-3-25 10:55:09
Optional width and height attributes can be used to indicate the size of the images.
offline-allowed element: The optional offline-allowed element indicates if the application can be launched offline.
Applications that are not marked offline in the JNLP file will not be able to be launched through the Application Manager, if the offline checkbox is checked. The default is that an application only works if the client system is online.
The Security Element
Each application is, by default, run in a restricted execution environment, similar to the Applet sandbox. The security element can be used to request unrestricted access.
If the all-permissions element is specified, the application will have full access to the client machine and work. If an application requested full access, then all JAR files must be signed. The user will be prompted to accept the certificate the first time the application is launched.
The Resources Element
The resources element is used to specify all the resources, such as Java class files, native libraries, and system properties, that are part of the application. A resource definition can be restricted to a specific operating system, architecture, or locale using the os, arch, and locale attributes.
The resources element has 6 different possible subelements: jar, nativelib, j2se, property, package, and ext