I have made an applet that shows pictures and reads from a text file. Is it possible to allow java to do this in an applet.
Here's the error: java.security.AccessControlException: access denied (java.io.FilePermission . read)
I don't write to the file or anything just read.
