Results 1 to 2 of 2
Thread: JFree chart Exception
- 04-01-2011, 07:10 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 1
- Rep Power
- 0
JFree chart Exception
Hi Friends,
I have copy the code from following link
"http://www.roseindia.net/chartgraphs/barchart-jsppage.shtml"
I used NetBeans IDE, and I have add jfreechart.jar also. But, during runtime it raise following error,
//=================================================
An error occurred at line: 33 in the jsp file: /index.jsp
The type org.jfree.util.PublicCloneable cannot be resolved. It is indirectly referenced from required .class files
30: final ValueAxis valueAxis = new NumberAxis("Run");
31: renderer = new BarRenderer();
32:
33: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
34: renderer);
35: plot.setOrientation(PlotOrientation.VERTICAL);
36: chart = new JFreeChart("Srore Bord", JFreeChart.DEFAULT_TITLE_FONT,
//================================================== =
Help me friends, Thanks a lot in advance.
- 04-01-2011, 02:51 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,606
- Rep Power
- 5
Similar Threads
-
jsp and jfree charts
By asad.naqvi in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 12-22-2010, 01:21 PM -
using thermometer plot in jfree
By nitish_coder in forum New To JavaReplies: 1Last Post: 10-07-2009, 06:31 PM -
Getting ExceptionInInitializer exception when i am trying to code a time series chart
By neeraj.singh in forum AWT / SwingReplies: 2Last Post: 02-17-2009, 03:20 PM -
Demo bar chart and pie chart
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 11:22 PM -
How to draw a bar graph using Jfree
By sacr83 in forum Java 2DReplies: 0Last Post: 04-30-2008, 08:50 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks