<?xml version="1.0" encoding="utf-8"?> 
     <!-- JNLP File for props Application --> 
     <jnlp 
       spec="1.0+" 
       codebase="http://localhost:8080/jwstart" 
       href="propsframe.jnlp"> 
       <information> 
         <title>Java System Properties</title> 
         <vendor>Security Development</vendor> 
         <homepage href="docs/help.html"/> 
         <description>Java System Props</description> 
         <description kind="tooltip">System Properties</description> 
         <icon href="images/secdev.gif"/> 
         <offline-allowed/> 
       </information> 
       <security> 
           <all-permissions/> 
       </security> 
       <resources> 
         <j2se version="1.4 1.4.0-beta_refresh 1.4.0-beta  1.3+"  href="http://java.sun.com/products/autodl/j2se"/> 
         <jar href="lib/PropsFrame.jar"/> 
       </resources> 
       <application-desc main-class="PropsFrame"/> 
     </jnlp> 
