
Hi
in the http://www.roseindia.net/chartgraphs/barchart-jsppage.shtml of the code
(new StandardEntityCollection()); final File file1 = new File("../webapps/jspchart/web/barchart.png"); ChartUtilities.saveChartAsPNG(file1, chart, 600, 400, info); } catch (Exception e) {
Where can I get the barchart.png? and what is the exact meaning of the line final final File file1 = new File("../webapps/jspchart/web/barchart.png");
Thanks in advance