forked from openfin/java-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJNLPExample.jnlp
More file actions
21 lines (21 loc) · 870 Bytes
/
JNLPExample.jnlp
File metadata and controls
21 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" href="http://openfin.github.io/java-example/webstart/JNLPExample.jnlp">
<information>
<title>JNLP Example of OpenFin Runtime</title>
<vendor>OpenFin</vendor>
<homepage href="https://openfin.co/" />
<description>JNLP Example to start OpenFin Runtime</description>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+" />
<jar href="openfin-desktop-java-example-5.44.2.0.jar" main="true"/>
<jar href="openfin-desktop-java-adapter-5.44.2.0.jar"/>
<jar href="json-20140107.jar"/>
<jar href="jna-4.1.0.jar"/>
<jar href="jna-platform-4.1.0.jar"/>
</resources>
<application-desc main-class="com.openfin.desktop.demo.JNLPExample" />
</jnlp>