Element
|
Attributes
|
Description
|
Since
|
Required
|
jnlp
|
|
This is the main xml element for a jnlp file. Everything is contained within the jnlp element.
|
1.0
|
yes
|
|
spec
|
The spec attribute can be 1.0, 1.5.0, or 1.6.0 or can use the wildcards such as 1.0+ or 1.6+. It denoted the minimum version of the JNLP Specification that this jnlp file can work with.
|
1.0
|
|
|
codebase
|
The codebase attribute specifies the base location for all relative URLs specified in href attributes in the JNLP file.
|
1.0
|
|
|
href
|
The href specifies the URL of the JNLP file itself.
|
1.0
|
|
|
version
|
The version of the application being launched, as well as the version of the JNLP file itself.
|
1.0
|
|
information
|
|
The information element contains other elements that describe the application and its source.
|
1.0
|
yes
|
|
os
|
Specifies the operating system for which this information element should be considered.
|
1.5.0
|
|
|
arch
|
Specifies the architecture for which this information element should be considered
|
1.5.0
|
|
|
platform
|
Specifies the platform for which this information element should be considered.
|
1.5.0
|
|
|
locale
|
Specifies the locale for which this information element should be considered.
|
1.5.0
|
|
title
|
|
The title element specifies the title of the application.
|
1.0
|
yes
|
vendor
|
|
The vendor element specifies the provider of the application.
|
1.0
|
yes
|
homepage
|
|
The homepage of the application.
|
1.0
|
|
|
href
|
A URL pointing to where more information on this application can be found.
|
1.0
|
yes
|
description
|
|
A short statement describing the application.
|
1.0
|
|
|
kind
|
An indicator as to what type of description this is, legal values are one-line, short, and tooltip.
|
1.0
|
|
icon
|
|
Describes an icon that can be used to identify the application to the user.
|
1.0
|
|
|
href
|
A URL pointing to the icon file, may be in one of the following formats: gif, jpg, png, ico.
|
1.0
|
yes
|
|
kind
|
Indicates the suggested use of the icon, can be: default, selected, disabled, rollover, splash, or shortcut.
|
1.0
|
|
|
width
|
Can be used to indicate the resolution of the image.
|
1.0
|
|
|
height
|
Can be used to indicate the resolution of the image.
|
1.0
|
|
|
depth
|
Can be used to indicate the resolution of the image.
|
1.0
|
|
offline-allowed
|
|
Indicates that this application can operate when the client system is disconnected from the network.
|
1.0
|
|
shortcut
|
|
The shortcut element can be used to indicate an application's preferences for desktop integration.
|
1.5.0
|
|
|
online
|
Can be used to describe the application's preference for creating a shortcut to run online or offline.
|
1.5.0
|
|
desktop
|
|
Can be used to indicate an application's preference for putting a shortcut on the user's desktop.
|
1.5.0
|
|
menu
|
|
Can be used to indicate an application's preference for putting a menu item in the users start menus.
|
1.5.0
|
|
|
sub-menu
|
Can be used to indicate an application's preference for where to place the menu item.
|
1.5.0
|
|
association
|
|
Can be used to hint to the JNLP client that it wishes to be registered with the operating system as the primary handler of certain extensions and a certain mime-type.
|
1.5.0
|
|
|
extensions
|
Contains a list of file extensions (separated by spaces) that the application requests it be registered to handle.
|
1.5.0
|
|
|
mime-type
|
Contains the mime-type that the application requests it be registered to handle.
|
1.5.0
|
|
related-content
|
|
Describes an additional piece of related content that may be integrated with the application.
|
1.5.0
|
|
|
href
|
A URL pointing to the related content.
|
1.5.0
|
yes
|
|
|
|
|
|
update
|
|
The update element is used to indicate the preferences for how application updates should be handled by the JNLP Client.
|
1.6.0
|
|
|
check
|
Indicates the preference for when the JNLP Client should check for updates. It can be always, timeout, or background..
|
1.6.0
|
|
|
policy
|
Indicates the preference for how the JNLP Client should handle an application update when it is known an update is available before the application is launched. It can be always, prompt-update, or prompt-run.
|
1.6.0
|
|
|
|
|
1.0
|
|
security
|
|
This element can be used to request enhanced permissions.
|
1.0
|
|
all-permissions
|
|
Requests that the application be run with all permissions.
|
1.0
|
|
j2ee-application-client-permissions
|
|
Requests that the application be run with a permission set that meets the security specifications of the J2EE Application Client environment.
|
1.0
|
|
|
|
|
1.0
|
|
resources
|
|
Describes all the resources that are needed for an application.
|
1.0
|
yes
|
|
os
|
Specifies the operating system for which the resources element should be considered.
|
1.0
|
|
|
arch
|
Specifies the architecture for which the resources element should be considered.
|
1.0
|
|
|
locale
|
Specifies that the locales for which the resources element should be considered.
|
|
|
java (or java se)
|
|
Specifies what version(s) of Java to run the application with.
|
1.6.0 (java)
|
|
|
version
|
Describes an ordered list of version ranges to use.
|
1.0
|
yes
|
|
href
|
The URL denoting the supplier of this version of java, and where it may be downloaded from.
|
1.0
|
|
|
java-vm-args
|
Indicates an additional set of standard and non-standard virtual machine arguments that the application would prefer the JNLP
Client to use when launching Java.
|
1.0
|
|
|
initial-heap-size
|
Indicates the initial size of the Java heap.
|
1.0
|
|
|
max-heap-size
|
Indicates the maximum size of the Java heap.
|
1.0
|
|
jar
|
|
Specifies a JAR file that is part of the application's classpath.
|
1.0
|
yes
|
|
href
|
The URL of the jar file.
|
1.0
|
yes
|
|
version
|
The requested version of the jar file. Requires using the version-based download protocol
|
1.0
|
|
|
main
|
Indicates if this jar contains the class containing the main method of the application.
|
1.0
|
|
|
download
|
Can be used to indicate this jar may be downloaded lazily, or when needed.
|
1.0
|
|
|
size
|
Indicates the downloadable size of the jar file in bytes.
|
1.0
|
|
|
part
|
Can be used to group resources together so they will be downloaded at the same time.
|
1.0
|
|
nativelib
|
|
Specifies a JAR file that contains native libraries in its root directory.
|
1.0
|
|
|
href
|
The URL of the jar file.
|
1.0
|
yes
|
|
version
|
The requested version of the jar file. Requires using the version-based download protocol
|
1.0
|
|
|
download
|
Can be used to indicate this jar may be downloaded lazily.
|
1.0
|
|
|
size
|
Indicates the downloadable size of the jar file in bytes.
|
1.0
|
|
|
part
|
Can be used to group resources together so they will be downloaded at the same time.
|
1.0
|
|
extension
|
|
Contains pointer to an additional component-desc or installer-desc to be used with this application.
|
1.0
|
|
|
href
|
The URL to the additional extension jnlp file.
|
1.0
|
yes
|
|
version
|
The version of the additional extension jnlp file.
|
1.0
|
|
|
name
|
The name of the additional extension jnlp file
|
1.0
|
|
ext-download
|
|
Can be used in an extension element to denote the parts contained in a component-extension.
|
1.0
|
|
|
ext-part
|
Describes the name of a part that can be expected to be found in the extension.
|
1.0
|
yes
|
|
download
|
Can be used to indicate this extension may be downloaded eagerly or lazily.
|
1.0
|
|
|
part
|
Denotes the name of a part in this jnlp file to include the extension in.
|
1.0
|
|
package
|
|
Can be used to indicate to the JNLP Client which packages are implemented in which JAR files.
|
1.0
|
|
|
name
|
Package name contained in the jar files of the given part.
|
1.0
|
yes
|
|
part
|
Part name containing the jar files that include the given package name.
|
1.0
|
yes
|
|
recursive
|
Can be used to indicate that all package names beginning with the given name, can be found in the given part.
|
1.0
|
|
property
|
|
Defines a system property that will be available through the System.getProperty and System.getProperties methods.
|
1.0
|
|
|
name
|
Name of the system property.
|
1.0
|
yes
|
|
value
|
Value it will be set to.
|
1.0
|
yes
|
|
|
|
1.0
|
|
|
|
Note: A jnlp file must contain one of application-desc, applet-desc, component-desc, or installer-desc
|
1.0
|
yes
|
applicaation-desc
|
|
Denotes this is the jnlp file for an application.
|
1.0
|
|
|
main-class
|
The name of the class containing the public static void main(String[]) method of the application.
|
1.0
|
yes
|
argument
|
|
Each argument contains (in order) an additional argument to be passed to main.
|
1.0
|
|
applet-desc
|
|
Denotes this is the jnlp file for an applet.
|
1.0
|
|
|
main-class
|
This is the name of the main Applet class.
|
1.0
|
yes
|
|
documentbase
|
The document base for the Applet as a URL.
|
1.0
|
|
|
name
|
Name of the Applet.
|
1.0
|
yes
|
|
width
|
The width of the applet in pixels.
|
1.0
|
yes
|
|
height
|
The height of the applet in pixels
|
1.0
|
yes
|
param
|
|
A set of parameters that can be passed into the applet.
|
1.0
|
|
|
name
|
The name of this parameter
|
1.0
|
yes
|
|
value
|
The value of this parameter
|
1.0
|
yes
|
component-desc
|
|
Denotes this is the jnlp file for a component extension.
|
1.0
|
|
installer-desc
|
|
Denotes this is the jnlp file for an installed extension.
|
1.0
|
|
|
main-class
|
The name of the class containing the public static void main(String[]) method of the installer.
|
1.0
|
yes
|