ok, I have a jsp page which calls a java class which captures my webserver screen shot and saves it as a jpg. The problem is everytime I call this class it is the same picture and will not update itself, same old screen shot. I delete the jsp between calls and the old picture appears! Any ideas?
I call the class by using:
The code for the class is as follows:
Any ideas would be great.
thanks,
Dean