I have a problem to run originally client by pressing the paly button on site. When I choose to run by java6 web start there appears two windows. One with logo of "Haven and Heart" and another with downloading some stuff. But when downloading haven-res.jar there is no progress. So I closed windows and try it again and again. Afterwards I decided to download the jnlp file. I have installed manualy the jogl by apt-get and run by jawaws -nosecurity autohaven as I saw in another post. This produces the same problem. But when it try to download the haven-res.jar i get an exception:
- Code: Select all
java.lang.NullPointerException
at net.sourceforge.jnlp.runtime.JNLPClassLoader.merge(JNLPClassLoader.java:1173)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:261)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:299)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeExtensions(JNLPClassLoader.java:318)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:163)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:249)
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:634)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:418)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:725)
What can I do to make this run? Thanks in advance,
Gregory
p.s. I try to run it on ubuntu LTS 10.04.