why when i run an applet in a html file it cant't write in file

why when i run an applet whith eclipse this can write in a file and when i run it in a html file it can't write in file
[127 byte] By [madamadaa] at [2007-10-1 0:36:44]
# 1
> why when i run an applet whith eclipse this can write> in a file and when i run it in a html file it can't> write in filebecause it is not supposed to...***Annie***
annie79a at 2007-7-7 16:23:43 > top of Java-index,Security,Event Handling...
# 2

> why when i run an applet whith eclipse this can write

> in a file and when i run it in a html file it can't

> write in file

You should read up on applets, the sandbox and the regarding security considerations. In order to allow your applet to write to disk, you need to have its jar signed.

(Sounds like a synonym for dying... "he finally had his jar signed".)

CeciNEstPasUnProgrammeura at 2007-7-7 16:23:43 > top of Java-index,Security,Event Handling...
# 3
please by more specificaly
madamadaa at 2007-7-7 16:23:43 > top of Java-index,Security,Event Handling...
# 4
> please by more specificaly http://java.sun.com/docs/books/tutorial/applet/practical/security.html
CeciNEstPasUnProgrammeura at 2007-7-7 16:23:43 > top of Java-index,Security,Event Handling...
# 5
thank you
madamadaa at 2007-7-7 16:23:43 > top of Java-index,Security,Event Handling...