Using files
Hello,
I use new FileWriter("save.txt") to write to a new file.
Working with JBuilder it was fine.
Now I change the environment to dos os, using appletviewer, and for some reason, I get exception on this command, and the exception is:
Error -- java.security.AccessControlException: access denied (java.io.FilePermission) save.txt write
How can I fix it ?
Thanks, Guy.

