200.44.43.195 writes:
I can not delete a file using class file, method
delete(). Security exception is thrown.
I am using Symantec Cafe Lite on Windows 95.
Please help me!
Jose Dal Maistro
164.100.110.166 writes:
Jose,
You did not specify if the java program was a application or applet.
A application will allow you to delete a file.
if have done so
But a applet will not as it can be downloaded
over the internet. So it may results in malicious deletion of files.
Remember java applet is NOT allowed access to Client system resources & that includes file
jaya