The JFreeChart Developer Guide is an Acrobat PDF document (approx 260 pages) containing tutorial and reference information about JFreeChart. This guide can be purchased online, for more details see:
http://www.object-refinery.com/jfreechart/products.html
Sales of the guide help to finance the JFreeChart project. Thanks for your support!
10 July 2003 : IMPORTANT NOTICE !!
From the beginning of next month (August), the JFreeChart Developer Guide will no longer be available for purchase as a separate product...only as part of the Priority Support package. At the same time, I will start working full time on the JFreeChart project.
Regards,
Dave Gilbert
JFreeChart Project Leader
JFreeChart Developer Guide
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
JFreeChart Developer Guide
Last edited by david.gilbert on Mon Aug 04, 2003 10:10 am, edited 3 times in total.
how to transfer pdf to html
I brough the doc last night, but cannot do 'copy and paste' work from pdf format, so could anybody tell me how to transfer the content to html format?
talu
thanks!
talu
thanks!
I'm not having any problems copy & pasting from the pdf, using Windows 2k Professional and Acrobat Reader 6.0... Have you tried opening the .pdf using the Reader itself, instead of opening it through a browser? That may make a difference.
If that doesn't work, try to copy and paste into notepad, then into whatever program you're using, that may help, as well.
Jason
If that doesn't work, try to copy and paste into notepad, then into whatever program you're using, that may help, as well.
Jason
Jason DeVelvis
Senior Web Developer
Premier MicroSolutions, LLC
Senior Web Developer
Premier MicroSolutions, LLC
Re: JFreeChart Developer Guide

I brough the doc yesterday. I tried the ServletDemo1.class (page 82) on oracle oc4j server and got the following error message from server.
Any Idea?
500 Internal Server Error
java.lang.NoClassDefFoundError at org.jfree.chart.axis.Axis.<init>(Unknown Source) at org.jfree.chart.axis.CategoryAxis.<init>(Unknown Source) at org.jfree.chart.axis.HorizontalCategoryAxis.<init>(Unknown Source) at org.jfree.chart.ChartFactory.createVerticalBarChart(Unknown Source) at demo.ServletDemo1.doGet(ServletDemo1.java:64) at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
There were some API changes in this area recently. See http://www.jfree.org/jfreechart/jdiff/changes.html for details.
Rob
Rob