PDA

View Full Version : jFreechart



srijan406
April 11th, 2018, 02:17 PM
how to install jfreechart.

TheFu
April 11th, 2018, 07:20 PM
how to install jfreechart.
http://www.jfree.org/jfreechart/support.html

This is a developer library, not meant for end-users. I expect that java developers, the target audience, would know how to install this on their development machines.

Keith_Helms
April 13th, 2018, 01:50 AM
how to install jfreechart.

There's not really any install process. You just download the jar files, which may be in an archive of some sort like zip, stick them in a directory somewhere and then add them to your classpath. I'm using Eclipse and I just had to add jfreechart-1.0.19.jar and jcommon-1.0.23.jar under project properties and then java build path.