Please help,
I have the following problem:
In my application I have the relative path, lets say, /myAppName/images
where all images are stored.
How can I create a chart in this directory instead of passing through temp directories. Then I will specify /myAppName/images/theJfreeFileName as url
in my jsp page.
Thank