Duke Briscoe
Sat, 24 Dec 2005 08:42:10 -0800
On Dec 24, 2005, at 9:53 AM, Kamal Bhatt wrote:
Go to Surge Control Panel. Select the Security Options Tab. Then click on "This Computer".Click on "Add Privileged Directory". This will bring up a Dialog box with a text field. In the text field type "c:\".Press OK. -- Kamal----- Original Message ----- From: pang tee To: Duke Briscoe ; curlbreaker-l@curl.com Sent: Saturday, December 24, 2005 9:19 AM Subject: Re: Bouncing balls in Curl How do i solve the error below? <Error> - An error occurred while loading this applet.SecurityException: An unprivileged applet tried to read the local file 'file:///c:/control-panel-logo.gif'. This message is caused by an error in the applet, not by a problem with Surge or your computer.
This is only happening because you are running the applet from a file rather than a web server. Typically during development you would use a web server, perhaps http://localhost/. The IDE provides a license you can use for http://localhost/. Or you can just run the applet as a file: URL and privileged, although that may cause it to behave differently than the typical deployment situation where the applet will be at an http: URL and unprivileged.
-- Duke ******************************************* To unsubscribe from this list, send a mail to: [EMAIL PROTECTED] To contact a human list administrator, send a mail to: [EMAIL PROTECTED] To recieve a list of other options for this list, send a mail to: [EMAIL PROTECTED]