G-Earth/out/artifacts/G_Earth/G_Earth.jnlp

16 lines
551 B
XML

<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="G_Earth.jnlp">
<information>
<title>G-Earth</title>
<vendor>Unknown</vendor>
<description>G-Earth2</description>
<offline-allowed/>
</information>
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="G_Earth.jar" size="63002" download="eager" />
</resources>
<jfx:javafx-desc width="600" height="400" main-class="main.Main" name="G-Earth2" />
<update check="background"/>
</jnlp>