Java Start screen says :"Unable to launch application...
...Error: System is offline and the app does not specify <offline-allowed/>
<?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="sh.seatribe.se" />
<property name="haven.fullscreen" value="off" />
<property name="haven.authuser" value="UronoQn" />
<property name="haven.authck" value="DCBB544128037666BCF2AA4489383B395257C5E6C889E6674C63CE64D3D9151A" />
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" />
</resources>
<application-desc />
</jnlp>
++Exception++
JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I updated my Java from java.com - problem not fixed

