I have a problem with security in Java.
I made an applet (it reads from and writes to a file) and it worked in the
applet viewer
but it did not work in the web browser. It throws security exception can not
read(write) to the file xxx.
I made a permission using policy tool and granted it in the Java.policy file but
no thing change!
Could someone help me please?