whenever I try to start the game up in a browser (IE, Opera does not work), it fires up an io.filenotfound exception :
java.io.FileNotFoundException: D:\Documents and Settings\ARDC\Local Settings\Temporary Internet Files\Content.IE5\GHIJKLMN\autohaven[1].jnlp
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(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)
...perhaps it is because the game does not support IE5 (have not seen it mentioned anywhere) or because I have the NetBeans + JDk version of Java installed?
Anyhow, it works fine when using your local version, so it ain't that bad.