miceZipper

JNLP problem

Jul 28th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="JavaFXApplication1.jnlp">
  3.   <information>
  4.     <title>JavaFXApplication1</title>
  5.     <vendor>miceZipper</vendor>
  6.     <description>Sample JavaFX 2.0 application.</description>
  7.     <offline-allowed/>
  8.   </information>
  9.   <resources>
  10.     <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
  11.   </resources>
  12.   <resources>
  13.     <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
  14.     <jar href="JavaFXApplication1.jar" size="25531" download="eager" />
  15.   </resources>
  16. <security>
  17.   <all-permissions/>
  18. </security>
  19.   <applet-desc  width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback"  name="JavaFXApplication1" >
  20.     <param name="requiredFXVersion" value="2.2+"/>
  21.   </applet-desc>
  22.   <jfx:javafx-desc  width="800" height="600" main-class="javafxapplication1.JavaFXApplication1"  name="JavaFXApplication1" />
  23.   <update check="always"/>
  24. </jnlp>
Advertisement
Add Comment
Please, Sign In to add comment