Color constants demo

Comments

2 comments posted
I'm getting a crazy stack

I'm getting a crazy stack trace. JVM is trying to load a class named from an XML header. Can you fix it?

Thanks,

Dave

Exception in thread "AppletLauncher-Startup" java.lang.NoClassDefFoundError: IllegalName: (Unknown Source)
at org.jdesktop.applet.util.JNLPAppletLauncher.parseJNLPExtensions(Unknown Source)
at org.jdesktop.applet.util.JNLPAppletLauncher.initResources(Unknown Source)
at org.jdesktop.applet.util.JNLPAppletLauncher.initAndStartApplet(Unknown Source)
at org.jdesktop.applet.util.JNLPAppletLauncher.access$000(Unknown Source)
at org.jdesktop.applet.util.JNLPAppletLauncher$1.run(Unknown Source)
JNLPAppletLauncher: static initialize

Posted by Anonymous (not verified) on Tue, 05/26/2009 - 07:13
I can't seem to reproduce the

I can't seem to reproduce the problem. Was it occurring when running the demo from the compiled code or just from the website? If from the website, do the other examples have issues running too?

Posted by codebetter on Fri, 05/29/2009 - 15:22