Comment 22 for bug 224800

Revision history for this message
In , Jon-vanalten (jon-vanalten) wrote :

Great. I am now able to run the SweetHome3D jnlp, but not the spark-angels example provided in the original report. Here is the result when run from a terminal:

net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
 at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:446)
 at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:674)
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:616)
 at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:438)
 ... 1 more
Caused by: java.lang.NoClassDefFoundError: sparkangels/vb
 at com.sparkom.launcher.Main.main(Unknown Source)
 ... 6 more
Caused by:
java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:616)
 at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:438)
 at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:674)
Caused by: java.lang.NoClassDefFoundError: sparkangels/vb
 at com.sparkom.launcher.Main.main(Unknown Source)
 ... 6 more

However, this does launch without barfing using Sun's proprietary javaws.