Attempting to View the Applet
Now go to the URL:
http://sirah.csit.fsu.edu/users/dbc/examples/filedisplay.html
If things go properly, you should see a blank panel with a message like:
On the browser status line you should see a message like:
exception: access denied (java.io FilePermission infile read).
Here “infile” is the name of the file the applet attempts to read. Trying to read it is a security violation.
The Applet failed. Exit the browser.
- If an applet you are debugging fails, it is nearly always a good idea to exit the browser before trying to view the applet again.