1<?xml version="1.0" encoding="UTF-8"?>
2<jnlp spec="1.0+" codebase="" href="">
3    <information>
4        <title>jCapture</title>
5        <vendor>Hammurapi Group</vendor>
6    </information>
7
8    <resources>
9        <!-- Application Resources -->
10        <j2se version="1.7+" href="http://java.sun.com/products/autodl/j2se" />
11        <jar href="lib/jcapture.jar" main="true" />
12    </resources>
13
14    <applet-desc
15         name="jCapture Applet"
16         main-class="com.hammurapi.jcapture.JCaptureApplet"
17         width="300"
18         height="300">
19     </applet-desc>
20     <update check="background"/>
21</jnlp>