summaryrefslogtreecommitdiffstats
path: root/jnlp-files/worldwind.jnlp
blob: 5eca29b22d8bba04c93ef905cc0cb299c58ddb5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
      codebase="DEMO_CODEBASE_TAG"
      href="worldwind.jnlp">
    <information>
        <title>World Wind Java Application</title>
        <vendor>NASA</vendor>
        <homepage href="http://worldwind.arc.nasa.gov"/>
        <description>World Wind Java Basic Demo</description>
        <description kind="short">World Wind Java Application</description>
        <offline-allowed/>
    </information>
    <security>
        <all-permissions/>
    </security>

    <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" initial-heap-size="512m"
              max-heap-size="512m"/>
        <property name="sun.java2d.noddraw" value="true"/>
        <jar href="worldwind.jar" main="true"/>
        <extension name="jogl-all-awt"
                   href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp"/>
    </resources>
    <application-desc main-class="worldwinddemo.BasicDemo"/>
</jnlp>