How can compile and running?

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

How can compile and running?

Post by Patryckson » Wed Sep 18, 2002 12:09 pm

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.........

David Gilbert

Re: How can compile and running?

Post by David Gilbert » Fri Sep 20, 2002 10:56 am

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.

Locked