I'm writing an applet that READS a text file on the SERVER. The applet
compiles fine, but when I run it from a web browser I get this message
inside of the applet.
-
Unexpected exception: java.security.AccessControlException: access
denied(java.io.FilePermission results read)
-
Can anybody explain to me how to fix this? Please provide examples of code
or whatever, if possible.