SaveChartAsPng() problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pascione
Posts: 2
Joined: Thu Apr 20, 2006 1:25 pm

SaveChartAsPng() problem

Post by pascione » Thu Apr 20, 2006 1:35 pm

Hi all,

I'm trying to develop an application that saves charts in png format using ServletUtilities.saveChartAsPNG().
Afterwards, a jsp page using DisplayChart servlet should display the image.
The problem is saveChartAsPNG does not seem to save the chart, or I can't find the file :-(.
This application is not in a JSP page, and the image is not saved in temp directory of apache.

Help would be appreciated.

Thanks Paolo

jesusmgmarin
Posts: 13
Joined: Thu Apr 20, 2006 2:24 pm
Location: Spain
Contact:

Post by jesusmgmarin » Thu Apr 20, 2006 2:33 pm

In witch OS are yor working ?

pascione
Posts: 2
Joined: Thu Apr 20, 2006 1:25 pm

Post by pascione » Thu Apr 20, 2006 3:26 pm

jesusmgmarin wrote:In witch OS are yor working ?
Windows XP SP2[/quote]

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Thu Apr 20, 2006 3:45 pm

Without the source code you can only play the fortuneteller.

Locked