blob: 3c5c792b3a0580fe9a6ea21dda1b1bb066abbbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="javascript-get.jnlp">
<information>
<title>Java to JavaScript LiveConnect - Get</title>
<vendor>IcedTea</vendor>
<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
<description>LiveConnect - tests for reading JavaScript values from Java.</description>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se"/>
<jar href="JavascriptGet.jar" main="true" />
</resources>
<applet-desc
name="J to JS Get"
main-class="JavascriptGet"
width="1000"
height="100">
</applet-desc>
</jnlp>
|