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
com.jrefinery.data.Datasets;
Re: com.jrefinery.data.Datasets;
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.
Regards,
Navin Pathuru.
Re: com.jrefinery.data.Datasets;
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.
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.
Re: com.jrefinery.data.Datasets;
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
The file where I found the problem is XYPlot.java.
Effectively, when I rename the class, Forte cuold compile the file.
Thanks
Frederic