Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="JavaFXApplication1.jnlp">
- <information>
- <title>JavaFXApplication1</title>
- <vendor>miceZipper</vendor>
- <description>Sample JavaFX 2.0 application.</description>
- <offline-allowed/>
- </information>
- <resources>
- <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
- </resources>
- <resources>
- <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
- <jar href="JavaFXApplication1.jar" size="25531" download="eager" />
- </resources>
- <security>
- <all-permissions/>
- </security>
- <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="JavaFXApplication1" >
- <param name="requiredFXVersion" value="2.2+"/>
- </applet-desc>
- <jfx:javafx-desc width="800" height="600" main-class="javafxapplication1.JavaFXApplication1" name="JavaFXApplication1" />
- <update check="always"/>
- </jnlp>
Advertisement
Add Comment
Please, Sign In to add comment