Please, I need to know how can I compile and running one new class that itself use jfreechart-0.9.3.jar files....
Please send me this answer quickly....................
Thank you.........
How can compile and running?
Re: How can compile and running?
Just include jfreechart-0.9.3.jar and jcommon-0.7.0.jar on your classpath. Then in your code you need to have import statements for the JFreeChart classes you use (e.g. import com.jrefinery.chart.ChartPanel), just as you would for any other class (e.g. import java.awt.Font).
Regards,
DG.
Regards,
DG.