Hi,
jfreechart version: 1.0.0 (tried with 1.0.1 as well)
jcommon version: 1.0.0
When I load the applet for the first time it displays fine no error.
When I call a function of the applet (through javascript) to plot new values I receive the error.
If I just refresh the page it can paint new values no problem.
I use a servlet which the applet calls to receive the data so I serieliaze/deserialize the data.
java.lang.ClassNotFoundException: org/jfree/data/general/SeriesChangeListener
I have checked my classpath and it seems to be fine. What more I read the other post concerning this matter but no solution was reached there.
Any ideas where to look?
thanks
stelios