it seems i cant install the client, when i download it, it just opens my notepad with a bunch of words in it. is this rite or am i missing something. this is what i get.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://media.worldoflogs.com/client/" href="launch.jnlp" spec="1.0+">
<information>
<title>World of Logs Client</title>
<vendor>World of Logs</vendor>
<homepage href="http://www.worldoflogs.com"/>
<description>Moo!</description>
<description kind="short">World of Logs Client</description>
<icon href="logo-wide.jpg" kind="splash"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se initial-heap-size="128M" max-heap-size="400M" java-vm-args="-Xms128M -Xmx400M" version="1.6+"/>
<jar eager="true" href="WOL3.jar" main="true"/>
<jar href="lib/commons-logging-1.1.1.jar"/>
<jar href="lib/commons-codec-1.3.jar"/>
<jar href="lib/commons-httpclient-3.1.jar"/>
<jar href="lib/commons-lang-2.4.jar"/>
<jar href="lib/commons-primitives-1.0.jar"/>
<jar href="lib/forms-1.2.1.jar"/>
</resources>
<application-desc main-class="com.wol3.client.forms.OpenFileOrCombatLogForm">
</application-desc>
<security>
<all-permissions/>
</security>
</jnlp>