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.
Cannot find download containing package org.jfree.chart.fx
Re: Cannot find download containing package org.jfree.chart.
To answer my own question.....
1. Read the README a bit more thoroughly
2. Rebuild using ant (refer to https://github.com/jfree/fxgraphics2d)
3. Enjoy the resulting jfreechart-1.0.19-fx.jar
Thanks
1. Read the README a bit more thoroughly

2. Rebuild using ant (refer to https://github.com/jfree/fxgraphics2d)
3. Enjoy the resulting jfreechart-1.0.19-fx.jar
Thanks
-
- 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.
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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

