/home/wpollock1/public_html/AJava/ShowProps.jnlp

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Basic jnlp file.
  For details see http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/
  and http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/syntax.html
-->
<jnlp spec="6.0+" codebase="https://wpollock.com/AJava/" href="ShowProps.jnlp"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:noNamespaceSchemaLocation="jnlp-schema.xsd">
  <information>
    <title>ShowProps</title>
    <vendor>Wayne Pollock, Tampa Florida USA</vendor>
    <homepage href="https://wpollock.com/Cop2805C.htm" />
    <description>A WebStart app to list system properties and environment variables</description>
    <!-- icon href="Demo_icon32.png" width="32" height="32" /-->
    <!-- icon href="Demo_icon64.png" width="64" height="64" /-->
    <offline-allowed />
  </information>
  <!-- If security is omitted, run in a secure sandbox (no access to environment):
  <security>
     <all-permissions/>
  </security>
  -->
  <update check="background" policy="prompt-update" />
  <resources>
     <java version="1.8.0+" />
     <jar href="https://wpollock.com/AJava/ShowProps.jar" />
  </resources>
  <application-desc main-class="ShowProps" name="ShowProps" />
</jnlp>