new file mode 100644
--- /dev/null
+++ b/jnlp/schach.jnlp
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
+<jnlp spec="1.0+" codebase="http://largo.homelinux.org/classes" href="schach.jnlp">
+ <information>
+ <title>Chess</title>
+ <vendor>Largo Enterprises</vendor>
+ <homepage href="http://largo.homelinux.org"></homepage>
+ <description>Chess</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <j2se version="1.5+"/>
+ <jar href="games.jar" main="true"/>
+ </resources>
+ <application-desc>
+ <argument>none</argument>
+ </application-desc>
+</jnlp>