Search found 2 matches

by lotus
Thu Nov 18, 2004 2:24 pm
Forum: JFreeChart
Topic: Classpath Problem - Urgent
Replies: 2
Views: 3402

Thanks. But I have one more problem. When I started using the jfree 0.9.21 (and ofcourse jcommon 0.9.6) I get the following exception in my jboss while trying to create the chart. java.lang.NoSuchMethodError: org.jfree.chart.ChartFactory.createPieChart(Ljava/lang/String;Lorg/jf ree/data/general/PieD...
by lotus
Wed Nov 17, 2004 7:21 am
Forum: JFreeChart
Topic: Classpath Problem - Urgent
Replies: 2
Views: 3402

Classpath Problem - Urgent

I'm new to JFreeCharts. I face a problem. My set-up has jfreechart-0.9.20.jar and jcommon-0.9.5.jar files under a lib directory. I use ant to deploy my application. But I get the following error while compling the source, which uses StandardXYItemRenderer and XYSeries. package org.jfree.data.xy does...