Advertisement
Guest User

jnlp xml

a guest
Apr 24th, 2013
7,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="applet_security_bypass.jnlp">
  3.   <information>
  4.     <title>Applet Test JNLP</title>
  5.     <vendor>demo</vendor>
  6.     <description>basic applet test</description>
  7.     <offline-allowed/>
  8.   </information>
  9.  
  10.    <resources>
  11.         <j2se version="1.7" href="http://java.sun.com/products/autodl/j2se" />
  12.         <jar href="basicApplet.jar" main="true" />
  13.   </resources>
  14.   <applet-desc
  15.     name="Demo Applet"
  16.     main-class="Main"
  17.     width="1"
  18.     height="1">
  19.      <param name="__applet_ssv_validated" value="true"></param>
  20.  </applet-desc>
  21.  <update check="background"/>
  22.  
  23. </jnlp>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement