charsets
Re: charsets
Hi Dan,
The most likely problem is that your font doesn't have the required characters.
Regards,
Dave Gilbert
The most likely problem is that your font doesn't have the required characters.
Regards,
Dave Gilbert
Re: charsets
doesn't appear so to me, I've used both arial unicode ms and times new roman with .9.3;
.9.5 I can't run one of the demos because of the following error;
java.lang.NoSuchMethodError: com.jrefinery.chart.JFreeChartInfo.setName(Ljava/lang/String;)V
at com.jrefinery.chart.JFreeChartInfo.<init>(Unknown Source)
at com.jrefinery.chart.JFreeChart.<clinit>(Unknown Source)
at com.jrefinery.chart.ChartFactory.createVerticalBarChart(Unknown Source)
at com.jrefinery.chart.demo.VerticalBarChartDemo.<init>(VerticalBarChartDemo.java:116)
at com.jrefinery.chart.demo.VerticalBarChartDemo.main(VerticalBarChartDemo.java:158)
Exception in thread "main"
I verified that there were no other jfreechart jars on the system and that the project was clean. This is using the binaries on the website and jdk1.4
.9.5 I can't run one of the demos because of the following error;
java.lang.NoSuchMethodError: com.jrefinery.chart.JFreeChartInfo.setName(Ljava/lang/String;)V
at com.jrefinery.chart.JFreeChartInfo.<init>(Unknown Source)
at com.jrefinery.chart.JFreeChart.<clinit>(Unknown Source)
at com.jrefinery.chart.ChartFactory.createVerticalBarChart(Unknown Source)
at com.jrefinery.chart.demo.VerticalBarChartDemo.<init>(VerticalBarChartDemo.java:116)
at com.jrefinery.chart.demo.VerticalBarChartDemo.main(VerticalBarChartDemo.java:158)
Exception in thread "main"
I verified that there were no other jfreechart jars on the system and that the project was clean. This is using the binaries on the website and jdk1.4
Re: charsets
which is fixed if you include the demo.jar in the place of the binaries jar, perhaps.
I will check jcommon.jar
I will check jcommon.jar
Re: charsets
jcommon had been 7.0 when I switched up to .9.5 and I hadn't upgraded it, so that solves the exception.
Re: charsets
and solved the charset problem with .9.5 and Arial Unicode MS.
honest thanks for guidance!
honest thanks for guidance!