Cannot find download containing package org.jfree.chart.fx

A discussion forum for FXGraphics2D (adds a Java2D API to the JavaFX Canvas).
Locked
TonyJ
Posts: 2
Joined: Thu Jul 23, 2015 9:16 am
antibot: No, of course not.

Cannot find download containing package org.jfree.chart.fx

Post by TonyJ » Thu Jul 23, 2015 9:29 am

Hello Board,

I have downloaded JFreeChart 1.0.19 but it does not have the package org.jfree.chart.fx

Specifically, I want to incorporate JFreeCharts in my javafx applications.

Thank you.

TonyJ
Posts: 2
Joined: Thu Jul 23, 2015 9:16 am
antibot: No, of course not.

Re: Cannot find download containing package org.jfree.chart.

Post by TonyJ » Thu Jul 23, 2015 10:39 am

To answer my own question.....

1. Read the README a bit more thoroughly :oops:
2. Rebuild using ant (refer to https://github.com/jfree/fxgraphics2d)
3. Enjoy the resulting jfreechart-1.0.19-fx.jar

Thanks

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

Re: Cannot find download containing package org.jfree.chart.

Post by david.gilbert » Sat Jul 25, 2015 9:36 am

Glad you figured it out. The reason the default build doesn't include the JavaFX code is so that it can continue to run on Java 6. Eventually when most people are on Java 8 I'll modify the build so the JavaFX code is there by default.
David Gilbert
JFreeChart Project Leader

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

Locked