Error Displaying Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
slizz3

Error Displaying Chart

Post by slizz3 » Thu Sep 01, 2005 3:50 pm

Hi all,

Can anyone help me with displaying a chart created in ireports using jfreechart in my web application. The chart displays fine in Ireports but then when I try to use the jasper reports jar in my application I get the error

classnotFound Exception {FileName}Scriptlet.class

I however have both the scriptlet class and my jasper file in the same folder. Where must I put the scriptlet class to enable the application see it.

Thanks,
Slizz

GGM

Post by GGM » Thu Oct 06, 2005 12:23 pm

did u add jcommon-1.0.0-rc1.jar and jfreechart-1.0.0-rc1.jar both libraries to your project?

Locked