Permissions
Sorry if this has been asked before, I tried searching but came up with nothing.
I have a aprogram that does a bunch of File IO, and everything works fine when I run it from the command line, but now Ive put a graphical frontend on and wish to run from an applet on a web browser.
The File IO is only reading and writing text files local to the server, actually in the same directory as the class files.
My applet, apparently, does not have the correct permissions to perfom file IO. Can someone explain to me how I can fix this? or if an applet is ever allowed to perfom file io?
thanks,
Soothsayer

