how can i run the file correctly?

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

how can i run the file correctly?

Post by amator » Tue Jun 25, 2002 4:10 pm

After i have downloaded the file jfreechart.zip from the net address,i install in my computer following the tutorial.But when i compile the JFreeChartDemo.java in the "demo" directory, the java compiler tell me that "XYDataset can't be resolved" ,which means that I can't compile the file without the data file. how can i run the file correctly?

David Gilbert

Re: how can i run the file correctly?

Post by David Gilbert » Tue Jun 25, 2002 11:44 pm

XYDataset is in the JCommon class library. You can use the precompiled version in the jcommon-0.6.3.jar file or download the source code from the URL mentioned in the installation docs.

DG.

Locked