Hi,
I'm trying to write a simple applet to read from a local server .txt file and display different messages in a web-page depending on what is in the file. However I am getting the following errors:
java.security.AccessControlException: access denied (java.io.FilePermission Myfile.txt read)
at Java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
What is the way round this file permission problem ?
Thanks,
Pinpoint
I'm trying to write a simple applet to read from a local server .txt file and display different messages in a web-page depending on what is in the file. However I am getting the following errors:
java.security.AccessControlException: access denied (java.io.FilePermission Myfile.txt read)
at Java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
What is the way round this file permission problem ?
Thanks,
Pinpoint