Search found 2 matches
- Fri Sep 19, 2003 9:19 pm
- Forum: JFreeChart
- Topic: Class not found problem between different platforms
- Replies: 0
- Views: 1747
Class not found problem between different platforms
I have created a web application that implements Jfreechart in windows XP and it works fine. When i tried moving the whole application to a linux server i get the following error http://www.nrel.colostate.edu/projects/agneb/error.html I have moved the library files jcommon-0.8.5.jar and jfreechart-0...
- Mon Aug 18, 2003 11:35 pm
- Forum: JFreeChart
- Topic: Can't display the chart in jsp
- Replies: 4
- Views: 8984
Can't display the chart in jsp
Hi, I am a new user, i started using jfree from last week, i have been using jfreechart to output the results in a graphical format. I am trying to retrieve the output data from the SQL database and i am using the JDBCXYDataset for it. Here is the java code JDBCXYDataset data = null; try { data = ne...