ClassNotFoundException:org/jfree/data/general/SeriesChangeLi

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
nubiste
Posts: 13
Joined: Mon Aug 04, 2008 9:53 am

ClassNotFoundException:org/jfree/data/general/SeriesChangeLi

Post by nubiste » Fri Aug 15, 2008 12:24 pm

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

nubiste
Posts: 13
Joined: Mon Aug 04, 2008 9:53 am

SOLVED

Post by nubiste » Tue Aug 19, 2008 1:05 pm

Just in case anyone stumbles on this post and wonder about the solution.

The problem was with swing and threads, nothing to do with freechart.
Although the Exception was totally misguiding.

Locked