Compilation errors.

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

Compilation errors.

Post by Navin Pathuru » Wed Jan 30, 2002 4:18 am

Hi, I downloaded the latest version yesterday and when compiling got the following errors:

"XYToolTipGenerator.java": Error #: 302 : cannot access class com.jrefinery.data.XYDataset; neither class nor source found for com.jrefinery.data.XYDataset at line 41, column 27


"XYToolTipGenerator.java": Error #: 300 : class XYDataset not found in interface com.jrefinery.chart.tooltips.XYToolTipGenerator at line 54, column 35


Any input as to how to fix this would be much appreciated.

Thank you,
Navin Pathuru.

Navin Pathuru

RE: Compilation errors.

Post by Navin Pathuru » Wed Jan 30, 2002 5:13 am

Hi, I figured out the problem. I downloaded JCommon classes and was successfully able to compile and run. This is the first time i looked at JFreeChart after a few months and i am really flabergasted (i hope it is a right word, otherwise please pardon)... I mean the new Charts are absolutely great. Cheers to Dr.Gilbert's group.

Thank you,
Navin Pathuru

Locked