Search found 4 matches
- Wed Feb 22, 2006 4:37 pm
- Forum: JFreeChart
- Topic: NoClassDefFoundError when ChartFactory.createXYLineChart
- Replies: 8
- Views: 11283
- Wed Feb 22, 2006 2:03 pm
- Forum: JFreeChart
- Topic: NoClassDefFoundError when ChartFactory.createXYLineChart
- Replies: 8
- Views: 11283
- Wed Feb 22, 2006 1:59 pm
- Forum: JFreeChart
- Topic: NoClassDefFoundError when ChartFactory.createXYLineChart
- Replies: 8
- Views: 11283
Since the exception trace alerts: at org.jfree.chart.ChartFactory.createXYLineChart(ChartFactory.java:1285) I've searched thru the source code what happens in line 1285 of ChartFactory. That line is within the method createXYLineChart and it just instantiates a NumberAxis object: NumberAxis xAxis = ...
- Wed Feb 22, 2006 1:25 pm
- Forum: JFreeChart
- Topic: NoClassDefFoundError when ChartFactory.createXYLineChart
- Replies: 8
- Views: 11283
NoClassDefFoundError when ChartFactory.createXYLineChart
Hi, when executing a servlet that generates a chart I get the exception shown below. It's a java.lang.NoClassDefFoundError, but it does not specify which class it's not understanding. The version of jfreechart I'm using is 0.9.21 with jcommon 0.9.6, and the servlet is running on tomcat 3.3 (yes real...