JFreeChart 0.9.18

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

JFreeChart 0.9.18

Post by david.gilbert » Thu Apr 15, 2004 4:02 pm

JFreeChart 0.9.18 has been posted at SourceForge:

http://sourceforge.net/projects/jfreechart

The majority of the changes are bug fixes from the recent 0.9.17 release. JPEG export should be working again, and title sizing on JDK 1.3 should also be fixed.
Last edited by david.gilbert on Fri May 28, 2004 12:44 pm, edited 1 time in total.
David Gilbert
JFreeChart Project Leader

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

guymac
Posts: 7
Joined: Wed Feb 18, 2004 12:56 am

Error

Post by guymac » Sat Apr 17, 2004 1:41 am

I get the following error (in 17 and 18).
ava.lang.NoClassDefFoundError: org/apache/log4j/Logger
at org.jfree.chart.axis.Axis.<clinit>(Axis.java:169)
...

maur12

Re: JFreeChart 0.9.18

Post by maur12 » Mon Apr 19, 2004 4:46 am

david.gilbert wrote:JFreeChart 0.9.18 has been posted at SourceForge:

http://sourceforge.net/projects/jfreechart

The majority of the changes are bug fixes from the recent 0.9.17 release. JPEG export should be working again, and title sizing on JDK 1.3 should also be fixed.

Hola como estas...sera que me puedes yudar a instalar el jfreechart...quiero hacer una grafica y no mas....ayudame

maur12

Re: JFreeChart 0.9.18

Post by maur12 » Mon Apr 19, 2004 4:46 am

david.gilbert wrote:JFreeChart 0.9.18 has been posted at SourceForge:

http://sourceforge.net/projects/jfreechart

The majority of the changes are bug fixes from the recent 0.9.17 release. JPEG export should be working again, and title sizing on JDK 1.3 should also be fixed.

Hola como estas...sera que me puedes yudar a instalar el jfreechart...quiero hacer una grafica y no mas....ayudame
mi correo es maur12@hotmail.com

rkhlin
Posts: 10
Joined: Tue Apr 06, 2004 1:12 am

Many Files are Missing

Post by rkhlin » Fri Apr 23, 2004 4:26 am

Hi David,

I just upgrade from 0.9017 to 0.9.18.
However many files are missing:
For example:
org.jfree.ui.RectangleEdge;
org.jfree.ui.RefineryUtilities;
......

Is it possible to repackage again?

Many Thanks!

rkhlin
Posts: 10
Joined: Tue Apr 06, 2004 1:12 am

found it in jcommon

Post by rkhlin » Fri Apr 23, 2004 8:00 am

found those classes in jcommon now :wink:

kalielus

org.jfree.ui does not exist!!!

Post by kalielus » Mon May 17, 2004 10:04 am

i can't view the sample becauseorg.jfree.ui does not exist in the last version.

garv
Posts: 127
Joined: Wed Mar 31, 2004 3:44 pm
Location: Amsterdam, The Netherlands

Post by garv » Mon May 17, 2004 11:10 am

put the latest jcommon.jar in your classpath (both JCommon and Log4j are included in the lib folder of the JFreeChart distribution)

Rodney
Posts: 20
Joined: Mon Jun 02, 2003 4:17 am
Location: Adelaide, Australia

Post by Rodney » Thu May 20, 2004 2:05 am

Any idea on when 0.9.19 will be released, and what it will include?

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 » Thu May 20, 2004 2:02 pm

You can always look in CVS to see what has been done for the next release:

http://cvs.sourceforge.net/viewcvs.py/j ... iew=markup

Because the CVS repository is a little disorganised at the moment, you might see more recent entries here:

http://cvs.sourceforge.net/viewcvs.py/j ... iew=markup

...but I manually transfer those entries into the other file which is the "official" log.

As to when the next release will happen, it isn't far away but I've given up stating a date because something always happens to cause a delay...
David Gilbert
JFreeChart Project Leader

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

Locked