jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.2k stars 459 forks source link

Unable to locate the necessary jar files. I ask, where are they? They're not in the provided files. #356

Closed edscottite closed 1 year ago

edscottite commented 1 year ago

I've only recently installed the new version and I'm attempting to find the required JCommon and JFreeChart.jar files, I'm confused. Screen Shot 2023-04-13 at 4 33 18 pm

trashgod commented 1 year ago

As noted in Migration, JCommon has been integrated with JFreeChart.

trashgod commented 1 year ago

For reference, the required artifacts can be downloaded or built from source as seen here.