addLibrary() in JFreeChart...

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
brownidj
Posts: 34
Joined: Tue Jun 17, 2003 12:07 am
Contact:

addLibrary() in JFreeChart...

Post by brownidj » Mon Aug 09, 2004 3:16 am

Probably has been reported, but I can't see it!

In 0.9.20, the addLibrary method (called in JFreeChart.java) doesn't seem to exist...

regards

David

After a year's abscence, I'm back tinkering with JFreeChart, yay!

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Aug 10, 2004 10:05 am

It should be in the JCommon library.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Guest

Post by Guest » Wed Aug 11, 2004 3:25 am

Hmmm, I'm using the 0.9.4 version of JCommon - and it's not in there, first place I looked, well second :D

dbasten
Posts: 52
Joined: Fri Jul 25, 2003 4:29 pm

Post by dbasten » Wed Aug 11, 2004 3:02 pm

JFreeChart 0.9.20 requires JCommon 0.9.5 -- it should be in the distribution.

Regards,
David

Locked