16 lines
584 B
XML
16 lines
584 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="java-fx-8-samples.jnlp">
|
|
<information>
|
|
<title>java-fx-8-samples</title>
|
|
<vendor>mschw</vendor>
|
|
<description>null</description>
|
|
<offline-allowed/>
|
|
</information>
|
|
<resources>
|
|
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
|
|
<jar href="java-fx-8-samples.jar" size="264073" download="eager" />
|
|
</resources>
|
|
<jfx:javafx-desc width="800" height="600" main-class="utils.Runner" name="java-fx-8-samples" />
|
|
<update check="always"/>
|
|
</jnlp>
|