Trying to launch the jnlp file with icedtea in arch linux, but I am getting this error.
##
Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute from the command line and send a bug report.
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:580)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:936)
Caused by: java.lang.ClassNotFoundException: haven.MainFrame
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1562)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:555)
... 1 more
##
Anyone knows what can be done about this?
x