com.jrefinery.data.Datasets;

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

com.jrefinery.data.Datasets;

Post by ceransky » Tue Mar 19, 2002 6:48 pm

Hey,

Sorry for my poor english I'm French.
I try to create a graph but before I try the Area Chart 's example of Hari. But when I try to compile with Forte It doesn't find the :
import com.jrefinery.data.Datasets;
I have download JfreeChart and Jcommon but the mistake is still here.
And when I'm looking for this on the Javadoc documentation files of Jcommon. I doesn't find it so where is my problem?
Thanks.

Frederic Cervenansky

Navin Pathuru

Re: com.jrefinery.data.Datasets;

Post by Navin Pathuru » Tue Mar 19, 2002 10:14 pm

Hi Frederick, I had a similar problem, after which i included the JCommon.jar file in my class path and i don't know why i continued to get the same error. So, i downloaded the JCommon source files into the same project and it is working fine. Please give a try like this. I hope it helps.

Regards,
Navin Pathuru.

David Gilbert

Re: com.jrefinery.data.Datasets;

Post by David Gilbert » Wed Mar 20, 2002 10:02 am

Hi Frederick,

The Datasets class has been renamed DatasetUtilities.

Can you tell me which file has the import statement in it that is failing? If it is in Hari's code, then he probably developed it against an older version of JFreeChart/JCommon.

Regards,

DG.

ceransky

Re: com.jrefinery.data.Datasets;

Post by ceransky » Wed Mar 20, 2002 10:43 am

Hi David,

The file where I found the problem is XYPlot.java.
Effectively, when I rename the class, Forte cuold compile the file.
Thanks

Frederic

Locked