<application-desc>
|
<application-desc>..</application-desc>
|
Describes how to startup a Java application. Contains information about the main class and arguments.
Attributes
-
main-class=class
, optional
- Describes the main class of the app.
Note, that you can only leave out the main class attribute if the first jar in the jnlp file contains a manifest containing the main class.
Contents
argument
*
Appears In
jnlp
Examples
<application-desc main-class="venus.Tool" />
<application-desc main-class="edu.psu.geovista.studio.GvStudio">
<argument>-jconsole disable</argument>
<argument>show</argument>
</application-desc>
<application-desc main-class="org.apache.batik.apps.svgbrowser.Main">
<argument>http://nagoya.apache.org/batik/samples/start.svg</argument>
</application-desc>