Today, and Friday, and Thursday, the Live Charts applet won't load. The page loads but not the symbol box or any of the other stuff within the chart frame.
Below is the output from the Java console. Any ideas?
bigtee
Microsoft (R) VM for java, 5.0 Release 5.30.0.3810
==========================================
? help
c clear
f run finalizers
g garbage collect
m memory usage
q quit
t thread list
===========================================
Error loading class: livecharts.LiveChartsV3
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException:livecharts.LiveCh artsV3
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/mos/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lan/Thread.run
Below is the output from the Java console. Any ideas?
bigtee
Microsoft (R) VM for java, 5.0 Release 5.30.0.3810
==========================================
? help
c clear
f run finalizers
g garbage collect
m memory usage
q quit
t thread list
===========================================
Error loading class: livecharts.LiveChartsV3
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException:livecharts.LiveCh artsV3
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/mos/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lan/Thread.run
Comment