Default one doesn't work too, gives me this error.
- Code: Select all
<?xml version="1.0" ?>
<!--
This is a Java Web Start file. If you are reading this text,
it most likely means that you have not installed Java, which
you will need to play Haven and Hearth. The easiest way to get
Java is probably to go to http://www.java.com/ and download
it.
It might also mean that you are just curious, in which case I
bid you to go ahead. 'Tis a good thing.
-->
<jnlp spec="1.0+" codebase="http://www.havenandhearth.com/java/">
<information>
<title>Haven and Hearth</title>
<vendor>Seatribe</vendor>
<homepage href="http://www.havenandhearth.com/" />
<description>The Haven game</description>
<icon href="icon.gif" />
<icon href="splash.gif" kind="splash" />
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.5+" max-heap-size="256M" />
<jar href="haven.jar" />
<jar href="haven-res.jar" />
<property name="haven.errorhandler" value="on" />
<property name="haven.defserv" value="moltke.seatribe.se" />
<property name="haven.fullscreen" value="off" />
<property name="haven.authuser" value="Beggar" />
<property name="haven.authck" value="5DAFBDBD8627B8DC679C96503343538AC7837F98CEF42ABB73E380E7CF309E00" />
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" />
</resources>
<application-desc />
</jnlp>
How to fix it?
Updated java two minutes before creating this topic.