SAve option not working when jfreechart is displayed as appl

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
subha

SAve option not working when jfreechart is displayed as appl

Post by subha » Mon Jan 20, 2003 6:52 am

Hi,

I have used the jfreechart class files to run an application as an applet.All functions like zooming is happening except for save option.Can u explain with code why its not happening.Have I missed out some classfiles?

Thanks in advance
Subha

David Gilbert

Re: SAve option not working when jfreechart is displayed as

Post by David Gilbert » Mon Jan 20, 2003 6:39 pm

My guess is that this is a security restriction for untrusted applets.

Regards,

Dave Gilbert

Subha

Re: SAve option not working when jfreechart is displayed as

Post by Subha » Tue Jan 21, 2003 5:49 am

Hi,
Thanks for the response.
I had set the permission in Java.policy file for the jar file i am referrring to in my program.Even then i am getting "java.security.AccessControlException".
Can you please reply with details as what else i should set to get the save option activated

Thanks in advance
Subha

Locked