A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running. I downloaded another example off the web and it works fine. I've put both jcommon and jfreechart jars into WEB-INFO/lib but the chart won't display. Anyone have similar problems when using JBoss? Does anyone have JSPs like this (that use JFreeChart) running on a JBoss Application Server? Thanks in advance.
AF
JSP, JFreeChart, and JBoss
Re: JSP, JFreeChart, and JBoss
How you r exporting your chart to JSP??You may use SVG to view your chart in your browser.AggressiveFish wrote:A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running.