When i hit the play button I get an Application Error saying "Unable to launch the application." When I hit details it tells me this
Error: Unable to load resource: http://www.havenandhearth.com/java/haven-res.jnlp
<jnlp codebase="http://www.havenandhearth.com/java/" spec="1.0+">
  <information>
    <title>Haven and Hearth</title>
    <vendor>Seatribe</vendor>
    <description>The Haven game</description>
    <homepage href="http://www.havenandhearth.com/"/>
    <icon href="icon.gif"/>
    <icon kind="splash" href="splash.gif"/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se version="1.5+" max-heap-size="256M"/>
    <java version="1.5+" max-heap-size="256M"/>
    <jar href="haven.jar"/>
    <extension href="haven-res.jnlp" name="res"/>
    <extension href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" name="jogl"/>
    <property name="haven.errorurl" value="http://www.havenandhearth.com/java/error"/>
    <property name="haven.authck" value="edited out"/>
    <property name="haven.authuser" value="edited out"/>
    <property name="haven.errorhandler" value="on"/>
    <property name="haven.defserv" value="moltke.seatribe.se"/>
    <property name="haven.fullscreen" value="off"/>
  </resources>
  <application-desc/>
</jnlp>