problem in installing v0.7.0

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

problem in installing v0.7.0

Post by avaj » Mon Jan 14, 2002 6:07 am

Ive downloaded JFreeChart v 0.7.0. and is trying to run the JFreeChartDemo but it throws a "java.lang.NoClassDefFoundError: com/jrefinery/data/XYDataset" Exception. I search in to project and didnt see any XYDataset class. Also, some classes refer to classes in com\refinery\data or com\refinery\ui but both ui and data directory is in fact extracted to be inside com\refinery\chart.

Hope you could help me in this.

Thanks in advance.

avaj

RE: problem in installing v0.7.0

Post by avaj » Mon Jan 14, 2002 6:34 am

dont reply anymore.
got it working.

David Gilbert

RE: problem in installing v0.7.0

Post by David Gilbert » Mon Jan 14, 2002 8:39 am

Just for anyone else having the same trouble:

JFreeChart uses the JCommon Class Library. The jcommon-0.5.2.jar file contains precompiled classes for JCommon (version 0.5.2), and is included in the JFreeChart download in the jars directory.

If you want the source code for JCommon, you need to download it from:

http://www.jrefinery.com/jcommon
Regards,

Dave Gilbert

Locked