//Notepad.jnlp
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Notepad -->
<jnlp spec="1.0+"
codebase="http://website:port/projectname/"
href="Notepad.jnlp">
<information>
<title>Notepad kamal</title>
<vendor>kamal</vendor>
<description>Notepad Demo</description>
<homepage href="http://website:port/projectname/index.html"/>
<description kind="short">ClickMeApp uses 3 custom classes plus several
standard ones</description>
<offline-allowed/>
</information>
<resources>
<jar href="Notepad.jar"/>
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se"/>
</resources>
<application-desc main-class="Notepad"/>
</jnlp>